Hi,
How can I get the PDF export feature in Confluence to not overflow content onto the next page?
I basically want to stop this from happening:
kgkjhg3j4kjnh2134l5jh13245vjl1h3v46.png
You notice how the bottom of that diagram gets cropped or cut of onto the next page of the PDF export? How can I stop this?
@Daniel Sadjadian
I had the same problem and could solve it somehow but I can't remember what I did.
Obviously, it is about avoiding page breaks in images so it should be something like this:
img { page-break-before: avoid; page-break-after: avoid; }
But I am not sure.
Edit:
Perhaps you also try "page-break-inside" or check if the image is inside a table or div and then add that after "img".
I wish I could accept this. I just tried it and it does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Steffen Heller Do you by any chance know how to fix this issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.