#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.