|
Rank: Newbie Groups: Member
Joined: 7/2/2013 Posts: 7
|
Using the EO.PDF 2015, the images on my PDFs seem to be broken into 2 on page breaks, are there any ways to avoid that?
|
|
Rank: Member Groups: Member
Joined: 6/11/2015 Posts: 10
|
EO handles CSS 2 styles better than any browser.
If you convert html to pdf, it's only necessary to use the following styles:
page-break-after: always; page-break-after: avoid; page-break-before: always; page-break-before: avoid; page-break-inside: avoid;
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Guenter wrote:EO handles CSS 2 styles better than any browser.
If you convert html to pdf, it's only necessary to use the following styles:
page-break-after: always; page-break-after: avoid; page-break-before: always; page-break-before: avoid; page-break-inside: avoid;
Thank you very much for helping us answering the question!
|
|