Page 1 of 1

PDF/A Support

PostPosted: Fri Nov 08, 2013 9:56 pm
by rama
Hi All,

I want to generate PDF/A document from a docx file using DocX4J. As i have understood that DocX4j uses Apache FOP for pdf document generation. FOP offers the possibility to generate a pdf/a-b see http://www.mail-archive.com/fop-users@xmlgraphics.apache.org/msg08328.html

but i could not find any possibility using DocX4J? Is this functionality not being exposed or i am missing some information???

Thanks.

Re: PDF/A Support

PostPosted: Tue Nov 12, 2013 9:49 pm
by jason
The functionality is not exposed.

You are welcome to experiment with it, of course.

Note http://xmlgraphics.apache.org/fop/1.1/pdfa.html

With respect to activating a PDF/A profile, you may be able to do that in org.docx4j.fonts.fop.util.FopConfigUtil

That page also lists a number of things to consider if you hit a PDFConformanceException...