Save File to File System


i have pdf form add button automatically save copy of pdf local file system based on name field entered. instance, enter jon doe in name field, when click "save" button saves file "c:\jon doe.pdf" , closes acrobat.

is there method can use via javascript this. have not been able find in documentation on this, though think rather simple action.

thanks.

as far know, can save pdf form original name using app.execmenuitem("save");

if want save different name, can use following: app.execmenuitem("saveas"); prompt file browser window specify file name , location.

to close pdf, can use: app.execmenuitem("close");

all of above work when pdf form open in acrobat. if opens in browser, above methods not work.

i not know of way programatically save pdf given name,location, , without prompting file browser window.


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments