PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
'False' works fine, but I want the user to see the printer dialog so they can pick the printer. Does anyone know if this is a bug with the True setting? Or is there another parameter? -----Original Message----- From: Katz, Noah [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 12:45 PM To: [EMAIL PROTECTED] Subject: RE: [PDF-Forms] Print This Page PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________ try bUI: False Noah Katz -----Original Message----- From: Cullen, LTC James S. [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 12:34 PM To: '[EMAIL PROTECTED]' Subject: [PDF-Forms] Print This Page 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 To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
