Skip to main content
This topic has been closed for replies.
Correct answer try67

Not in the script, no. It uses whatever settings are selected under Preferences - Convert from PDF - PDF/A.

5 replies

try67
Community Expert
Community Expert
January 14, 2021

Using JS you can do it with the saveAs method, and specifying "com.callas.preflight.pdfa" as the cConvID parameter.

See the documentation of that method for more details. Of course, it will only work if the file can be saved as PDF/A...

Participant
January 14, 2021

Thx a lot!