BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
htmlconverter.AutoDetectPageBreak = False
I am also getting same issue. htmlconverter.AutoDetectPageBreak = False is not working
Do we have any solution?
Hi Prashant Kamboj,
We have checked the HTML to PDF conversion with test document using our old IE rendering engine, but it is working properly without any issue. IE rendering engine makes use of MSHTML (IE rendering engine) to convert HTML to vector images. From the images, we will render the PDF document. Microsoft has changed its behavior from IE 9 and above, that IE may generate bitmap images instead of vector images. The limitation with IE: However, if the input HTML contains HTML-5 or CSS3, IE(MSHTML) will only generate bitmapped output (PDF text could not be selected) and it is the behavior of IE.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/HtmlSample_SplitText376162476
Output: https://www.syncfusion.com/downloads/support/directtrac/general/pd/IE_Output106613421
Note: Generated using the default Internet Explorer rendering engine. Content is preserved as raster (bitmap) images. For vector rendering and better overall image quality, you may use our Blink or WebKit powered engines with a simple change. The use of these engines is subject to additional terms.
Suggestion: We suggest you try our new WebKit/Blink HTML converter to get better output. WebKit/Blink converter never produces bitmap document and it has more features and enhancement than IE based HTML converter. Kindly refer below link for more information of our WebKit/Blink converter.
WebKit: https://help.syncfusion.com/file-formats/pdf/convert-html-to-pdf/webkit
Blink: https://help.syncfusion.com/file-formats/pdf/convert-html-to-pdf/blink
KB: https://www.syncfusion.com/kb/9143/how-to-convert-html-to-pdf-in-c-and-vb-net
If you want to get the result in single page PDF, we have also provided
a support to convert HTML to single page pdf document using WebKit/Blink rendering
engine. Please find the below documentation link,
Blink: https://help.syncfusion.com/file-formats/pdf/convert-html-to-pdf/blink#html-to-single-pdf-page
WebKit: https://help.syncfusion.com/file-formats/pdf/convert-html-to-pdf/webkit#html-to-single-pdf-page
Please let us know if you need any further assistance in this.
Regards,
Gowthamraj K