PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

I'm trying to make a button that sets up to print the current page in a
multi page document. 

The JavaScript is spelled out in the book, but it doesn't work. When the
print dialog box opens, the current page (or page range) specified does not
display. It still has the default of All. 

Is this a feature that just doesn't work?

I'm using Acrobat 5.0.5 with the following script (as simple as it gets) to
print the second page of a three page file.

this.print(true, 1, 1)

also tried

this.print({bUI: true, nStart: 1, nEnd: 1})

To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to