T O P I C R E V I E W |
graphman |
Posted - Nov 25 2013 : 16:34:41 Can I save my file in to the new PDF\a format? |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Nov 27 2013 : 16:05:08 Hi
No, but ImageEn's native PDF support uses the widely supported 1.4 format (as with PDF/A-1) and does not use any font or object linking (as with all PDF/A types).
You can convert the 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.xequte.com nigel@xequte.com
|
|
|