Print PDF/A Archive format
-
wrote on 14 Oct 2016, 15:39 last edited by
Hi,
we just recently switched our internal PDF generation to QPrinter and the whole Qt-Printworkflow. Unfortunately the Qt Libs do not support exporting a PDF/A compliant document.
Does anybody have a good idea / opensource lib that might assists with this task?
Thanks
Michael -
wrote on 14 Oct 2016, 17:17 last edited by
Hi! My first thought was to use the PDF generation that Qt offers and then simply convert the produced documents to PDF/A with Ghostscript. That should go like
gs -dPDFA ...
.
1/2