Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Daniel_Brolin@adobeforums.com #1
Printing document using AVDoc.PrintPages
Hello,
I have used AVDoc.PrintPages to print PDF pages, it worked all fine until I upgraded from Adobe Pro version 7 to Adobe Std version 9.
When I try to print, the code just passes by and nothing happens, do the Std edition not support printing documents?
//Daniel
Daniel_Brolin@adobeforums.com Guest
-
pdf document printing with red boxes
I'm having trouble printing my pdf documents (Acrobat 8 Professional) to my HP Color LaserJet 2605dn. Most pages print with all or part of the page... -
AcroExch.AVDoc.FindText()
Hi, there Does anyone have any experience of the FindText() function? I was hoping to use it together with acrApp.MenuItemExecute "NewBookmark" to... -
Duplicate AVDoc for the same PDDoc
Is it possible to duplicate an AVDoc and show it in an external Window? According to API Reference, „“Starting with Acrobat 7.0, it is possible to... -
Printing document and comments
Is there a way to set the default print option of a document created and "stamped" using adobe 5.0 writer so that when you read it in adobe 6.0 it... -
Printing into formated document
hi folks, at work we have preprinted forms with header ... that we use to print the documents, quotes .... at is there a way in Acrobat to be... -
michael_eisenman@adobeforums.com #2
Re: Printing document using AVDoc.PrintPages
I have developed a plugin and I use the following to print documents.
AVDocPrintPages(avDoc, firstPage, numPages, 2, true, true);
michael_eisenman@adobeforums.com Guest
-
Daniel_Brolin@adobeforums.com #3
Re: Printing document using AVDoc.PrintPages
It´s this command;
AVDoc.PrintPages(0, iPages, 2, False, True) that I use.
I have also tried to print using this setting;
AVDoc.PrintPages(0, iPages, 2, True, True) with the same result.
I use the same code on two different machines one with Adode 7 Pro and one with Adobe 9 Std. It just workes with Adobe 7 Pro, should I install some update?
//Daniel
Daniel_Brolin@adobeforums.com Guest



Reply With Quote

