Script for Print Adobe PDF
Copy link to clipboard
Copied
Hello everyone can anyone help me with a script? I would need a script that when it is run prints me with the printer "Adobe PDF" with media size A4 Fit to Page and Output > Mode : Separation.
Of course, the Adobe PDF printer is a virtal printer that actually makes a save instead of printing.
Then the whole thing must be saved in the same folder as where the file was opened with the name that already owns the file plus the suffix in front of " sep_ ". THANK YOU!
Copy link to clipboard
Copied
You can't automate this process completely because you can't specify the resulting file-name in the script.
You should try to use the Preflight tool to achieve it, instead.
Copy link to clipboard
Copied
Actually can can automate this total process, but it's requires a couple of steps.
1) Save as postscript, which can specify the file name.
2) Open the PS file to reconvert to PDF.
3) Now save to the desired file name and location.
Use the Acrobat JavaScript Reference early and often

