Hi
No, ImageEn and PDFium do not support PDF/A at this time. You can convert the created PDF file to PDF/A using a command-line tool like GhostScript:
gs -dPDFA=2 -dBATCH -dNOPAUSE -dNOOUTERSAVE -sProcessColorModel=DeviceCMYK \ -sDEVICE=pdfwrite -sOutputFile=output_PDFA.pdf PDFA_def.ps input.pdf
Note: PDFA_def.ps is a configuration file that defines the output intent (ICC color profile, metadata, etc.). You can find example definition files in the Ghostscript distribution under /lib.
Nigel Xequte Software www.imageen.com
|