Get user's print params from the print dialog box with Javascript.
I have created a print stamp that postions a date to the document when printing. Because the document contains different size pages, to make the postion of the print stamp consistent across all of the pages, I have used a for loop to create print stamps accross all of the pages when the document is printed.
The problem is it slow to process the print request this way for large documents. The type of documents that will be printed are 100 to 300 page PDFs of which the user will most likely only be printing between 2 to 10 pages of their choice.
I want the script to make the print stamp only for the pages that the user selects in the print dialog box to save processing time in large documents. How can I get hold of these params using Javascript in Adobe Acrobat?
