Hello, i need help...
i have find how auto print a pdf when the user open the pdf, i use: this.print({bUI:false,bSilent:true,bShrinkToFit:false});
but now i want open the save box when the user open the pdf... i use:
app.execMenuItem("SaveAs"); => KO
This don't work :s the box are not opening... Can you help me please ?
for exemple i use: app.execMenuItem("Open"); this is OK... i am reading lot of documentation and i don't find why saveas don't work????
thank you !
Mick
You have another problem, in Acrobat 8, this won't work at all. So your PDF is only good for Acrobat 7 and earlier.
From a document design point of view, this is a bad idea. It makes you're PDF very difficult to use.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script