This is an archived forum post. The information may be outdated. Contact us if you have any questions.

PDF crowd splitting image to 2 pages

yaser.akil wrote on 2017-04-18:
Hi,

We are using PDF crowd to print some of our pages as PDF. We have some images at the bottom of the page, when viewing as webpage, it is coming up fine, however when printing as PDF, the image is cut in the middle and coming as two parts. Is there a way to control printing the content as PDF (to control in which page the content needs to be displayed in the PDF)?
Please let me know if there is any further details needed.
Appreciate any suggestion.

Regards,
Yaser
support wrote on 2017-04-24:
Hello,

To avoid a page break inside an element try this CSS:
img, td, th { page-break-inside: avoid; }