Copy link to clipboard
Copied
Hi,
I am trying to to save my document with JavaScript as PDF/X3
I tried the optional parameters for the saveAs
curDoc.saveAs(outputpath, "com.callas.preflight.pdfx");
but it will not save it as X3.
It there a way to go through the optimizer by script, change preferences ..
Thanks for any help.
Stefan
Copy link to clipboard
Copied
Execute the preflight? But how. Any examples. Thanks Stefan
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I am assuming the JavaScript is within the PDF file you are trying to convert to PDF/X-3? If so, be aware that none of the ISO PDF/X specifications (including PDF/X-1a, PDF/X-3, PDF/X-4, and the upcoming PDF/X-6 specifications support Javascript within the PDF file. Thus, any attempt to use the Acrobat Pro functions to create a PDF/X file from a PDF file with embedded JavaScript will succeed.
- Dov
Copy link to clipboard
Copied