I am trying to create a PDF file based on a dynamically generated HTML report generated by our web application.
HTML generation and rendering is fast (1-4), with the exception of older browsers (IE6 / IE7), but when I use one of the mentioned PDF components to generate a PDF version, it can take up to several minutes.
For example, I have an HTML report containing only text - approximately 1 million characters - it takes ~ 28 seconds to convert to a PDF file, which is only 1.15 MB and ~ 250 pages in size.
Is there a way to optimize HTML to make work easier for PDF components?
source share