When I export a page to PDF, HTML, or MS Word, there is always something missing.
For PDF / MS Word, it crops the right hand side and my colors are missing (e.g. background for tables). Changing to landscape helps, but it is still not wide enough. I need to use a custom page size?
With HTML docs, using my browser to save the page results in text with no graphics at all!
What is the best way to capture a Confluence page with all the proper formatting?
Hi Brian,
When I need a PDF I usually print it to PDF right from the browser. This lets the print driver render the page rather than relying on Confluence to get right. If you are having trouble getting it to Word or HTML you can try printing to PDF then converting from that file. It's an extra step but should take care of the missing pieces for you.
BTW...when you print to PDF you can also select the page size and orientation. I use this for pages with drawings that I want to fit on one page or send to a plotter.
Hope workaround this helps,
-Scott
Hi @Brian Catanzaro,
I would check the Confluence export documentation, specifically the notes section, and check that the advanced PDF export customisation options have not be configured improperly.
If you are still having issues my suggestion would be to contact Atlassian support.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've checked that already. Nothing on that page appeared to address my issue. Thanks...
-B
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Brian Catanzaro,
Check the HTML source, found an article which seems to align with the issues you have.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you be a bit more specific?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Brian Catanzaro, I have escalated this to the Community Champions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
have you tried changing the width using a pdf stylesheet like this:
@page
{
/*A4-sized pages in landscape orientation are 297 mm wide by 210 mm long*/
size: 297mm 210mm;
}
Try to increase the value 297 to something else unless the table fits into your page.
Here you can find more information on changing the pdf stylesheet:
https://confluence.atlassian.com/doc/customize-exports-to-pdf-190480945.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only problem I'm experiencing now that I've got a CSS that converts to landscape PDF output, is that tables do not expand past the screen presentation...and sometimes this squeezes columns. I have a ton of real estate in Landscape mode that goes unused and it makes the tables look weird.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.