Welcome Guest Search | Active Topics | Sign In | Register

EO.PDF Options
fm
Posted: Wednesday, August 5, 2015 8:19:37 AM
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?
Guenter
Posted: Wednesday, August 5, 2015 10:13:59 AM
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;

eo_support
Posted: Wednesday, August 5, 2015 8:54:09 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.