All -- I am new to this and have created the following below. The idea is to perform a saveas and save the file to another location and new name under a menu item. I had this working in Acro 8 standard but I just received a new machine with 10 and now it is no longer functioning. Any help would be appreciated.
app.addMenuItem({ cName: "New SaveAs", cParent: "File", nPos: 25, cExec: "SveAs(1)"});
function SveAs(ARG)
{
this.saveAs("/C/Users/ChambJa1/Desktop/12345/1.pdf");
}
Read this: http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com