HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › "Pd4ml.render" take long time to process › Re: Re: “Pd4ml.render” take long time to process
March 27, 2010 at 09:01
#27885
It is strange, both PDFs have no attachment.
Try also the following configuration switches:
– change private final static boolean dontPassAttachmentsToXalan = false; to true
– change String xml = dxl.exportDxl(tmp); to String xml = dxl.exportDxl(doc);