T O P I C R E V I E W |
TreyThrasher |
Posted - Jun 18 2020 : 10:39:31 I am currently using imageen to create pdf files. The service that I am uploading the files to will soon require the files to be pdf/a compliant. It does not seem that the files that I am currently generating are pdf/a compliant. Is there a way to generate pdf/a compliant files? |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jun 18 2020 : 20:10:33 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
|
|
|