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
Please request the most recent XSL stylesheet and the reference agent code from support pd4ml.com by email.
I suspect the following: the default XSL stylesheet of the demo Notes database represents attachment files as
It takes a lot of time to parse such huge attribute value (if we are talking about tens of megabytes) and constantly reallocate string to store it.
The most recent XSL allows either to temporarily store the attachment to TMP directory and to refer to it from the attachment tag: