The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________
You most welcome, I'm just sorry that Adobe didn't think to include it in the language. Actually, it would have been great if they let us customize the menu. Maybe in a later revision... Rob Cairns Senior Technical Specialist - I & C Computers Safety Related Computers Computers and Control Design Department Ontario Power Generation Incorporated H12 G27 Phone: (416) 592-5500 fax: (416) 592-8802 e-mail: [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Zhong Sent: Monday, May 10, 2004 5:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PDF] How to disable the right click pop-up in Acrobat The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________ Rob, Thank you so much for the idea! It works quite well for my application. I tried to reset the form after the file is printed, but then I realized it's a better idea to include a hidden field in the form. Thanks a lot! Nancy -----Original Message----- From: CAIRNS Robert -NUCLEAR [mailto:[EMAIL PROTECTED] Sent: Mon 5/10/04 12:00 PM To: '[EMAIL PROTECTED]' Cc: Subject: RE: [PDF] How to disable the right click pop-up in Acrobat The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________ Nancy, There is no way to disable the right menu button through javascript. You would probably have to write a plugin to do this. A less satisfying "solution" that we've used to work around this is to put code in the docWillPrint action to expose a normally hidden field on the form that says "NOT OFFICIAL COPY" and gets hidden in the docDidPrint action. Whether or not this field is exposed is then controlled by a global flag which gets set from your print button and cleared in docDidPrint. So, if the user does NOT use your button they get the watermarked form instead. Hope this helps... Rob Cairns Senior Technical Specialist - I & C Computers Safety Related Computers Computers and Control Design Department Ontario Power Generation Incorporated H12 G27 Phone: (416) 592-5500 fax: (416) 592-8802 e-mail: [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Zhong Sent: Monday, May 10, 2004 11:39 AM To: [EMAIL PROTECTED] Subject: [PDF] How to disable the right click pop-up in Acrobat The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________ Dear all, I have a pdf file to be viewed by the user from the web, which I don't want the user to get more than one copy of the printout. I control the printing using Acrobat Javascript "this.print(false)". Since I can remove the Acrobat toolbar, the user can't click the "print" button to print, but they can still right click the mouse to get the pop-up menu, and then click "print". Do you know how to disable the right click pop-up menu in Acrobat? Or is there any way to print the pdf file directly on the user's local printer without showing it? Any comments would be greatly appreciated! Nancy To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html -------------------------------------------------------------- THIS MESSAGE IS ONLY INTENDED FOR THE USE OF THE INTENDED RECIPIENT(S) AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, PROPRIETARY AND/OR CONFIDENTIAL. If you are not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying, conversion to hard copy or other use of this communication is strictly prohibited. If you are not the intended recipient and have received this message in error, please notify me by return e-mail and delete this message from your system. Ontario Power Generation Inc. To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html -------------------------------------------------------------- THIS MESSAGE IS ONLY INTENDED FOR THE USE OF THE INTENDED RECIPIENT(S) AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, PROPRIETARY AND/OR CONFIDENTIAL. If you are not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying, conversion to hard copy or other use of this communication is strictly prohibited. If you are not the intended recipient and have received this message in error, please notify me by return e-mail and delete this message from your system. Ontario Power Generation Inc. To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html
