Comment 2 for bug 1640607

Revision history for this message
Washington Campos (wlcampos) wrote :

Hello Robert

Thank you very much for replying to my message, I did another search and found a command line that converts the PDF file to PDF / A, I'm sure you should have already found it, this is ghostscript, with this command line: gs -dPDFA -dBATCH -dNOPAUSE -dUseCIEColor -sProcessColorModel = DeviceCMYK -sDEVICE = pdfwrite -sPDFACompatibilityPolicy = 1 -sOutputFile = output_filename.pdf input_filename.pdf.

Again, thank you very much for the response.