These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

SaveAs dialog box in Adobe Javascript

sarfarajsayyad
Registered: May 6 2007
Posts: 18

How i can get a SaveAs Dialog box in Adobe LiveCycle through coding. Please help me
 
Thanks
Sarfaraj

My Product Information:
Acrobat Standard 8, Windows
pdftrainer
Expert
Registered: Dec 14 2005
Posts: 180
app.execMenuItem("SaveAs");
Put the above JavaScript in a Click event on a regular button object. The user will see a dialog box that says "Save a copy" so that is the caption I would give the button.

Carl Young
[url=http://www.pdfconference.com]www.pdfconference.com[/url]

A certified expert on Adobe Acrobat, Carl Young is an Adobe Acrobat and LiveCycle Designer trainer and consultant based in Phoenix. He is the producer of the [link=http://www.pdfconference.com/]PDF Conference[/link].

sarfarajsayyad
Registered: May 6 2007
Posts: 18
Thanks Sir
dkataria
Registered: Jun 13 2008
Posts: 15
Hi

Could we save pdf file into .ps file.

Manually if want to "save as" a pdf file as .ps then adobe automatically convert it into postscript file.


If want postscript file then is it right way to convert pdf into postscript.

and how can we change extension of a pdf file like .ps.

Suggest me.
MrTy
Registered: Jun 30 2010
Posts: 1
How do you render a 'Save As' file dialog programatically in a Windows form using VB 6.0.
Thank you for any help or lead!