I want to add a note of instruction to a pdf, but I need to disable it so that it will not print, even if the user opts to print with markup. Can this be done?
My Product Information:
Acrobat Pro 7.0.7, Macintosh
Sure, You can set the display property on the note to "Visible, but no print". This is done in JavaScript. Look in the Acrobat JavaScript Reference at the Annot object. You can even do this at print time with the document's "WillPrint" event.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script