Hi Juan,
Thank you for your update.
As we said earlier, we internally make use of chromium executable in headless mode for converting HTML to PDF using Blink rendering engine. The converter will preserve the PDF document, like how the input HTML file displayed in chromium based web browsers. Those image split are happens in chrome print preview itself. We have attached a screenshot of the provided webpages view in chrome print preview for your reference.
In out converter setting, these
SplitImages and
SplitTextLines property does not have any effect with the Blink rendering engine. To overcome this image split on pagination, we can use “page-break-before” or “page-break-after” styles to that particular <div> element in the HTML source. Then it will be automatically page break before/after that <div> element in the PDF document. We have attached the input and output PDF documents with page break for your reference.
|
page-break-before: always;
page-break-after: always; |
Please try the above suggestions on your end and let us know if it is suits your requirement.
Regards,
Gowthamraj K