I have a form created in designer 7.0 that has two print buttons that I want to designate for specific printers only, with out specifying it the print dialog box. any assistance in this would be greatly appreciated.
My Product Information:
Acrobat Pro 7.0.9, Windows
You can't do this within the XFA Scripting model, but you can do it with Acrobat JavaScript. Take a look at the print function and the examples in the Acrobat JavaScript Reference.
Unfortunately, security restrictions prevent silent printing from scripts in a document. So you will have to make this Folder Level Functionality. This may make your solution unworkable:( but it's the only way.
Get the Acrobat JS ref here: [url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Unfortunately, security restrictions prevent silent printing from scripts in a document. So you will have to make this Folder Level Functionality. This may make your solution unworkable:( but it's the only way.
Get the Acrobat JS ref here:
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script