HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Problem using noimagesplit-Option › Re: Re: Problem using noimagesplit-Option
March 18, 2010 at 09:58
#27891
In order to avoid such issues, I would recommend not to use enableImgSplit(false).
A better approach would be to apply “page-break-inside: avoid” CSS property to particular table rows. In most of the cases it is also harmless to apply
[language=css:9ovvj2dc]TR {page-break-inside: avoid}[/language:9ovvj2dc] to entire document.