The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
PDF stylesheet setting for landscape was working before but not working anymore.
Please fix this ASAP!!!
Hello Jerry,
Welcome to Atlassian Community. It's nice to have you.
I just want to confirm what it is that isn't working for you. I assume that you're using the CSS workaround from Customize Exports to PDF in order to force landscape for page exports to PDF:
To change the page orientation of your PDF document, simply reverse the order of the values declared in the
@page
rule'ssize
property. The first and second values of this property represent the width and height of the page, respectively.For example, to generate PDF space exports in A4-sized landscape orientation, your
@page
rule might look like this:CSS - PDF STYLESHEET@page { /*A4-sized pages in landscape orientation are 297 mm wide by 210 mm long*/ size: 297mm 210mm; }
Can you confirm if this is the modification you made that is not working?
What are you trying to export? Individual pages, or an entire space export?
Thank you for your help!
Regards,
Shannon
👋 Hello Community! My name is Stephanie Zhang, and I’m a product manager on the Confluence cloud team. Today, I’m excited to announce the rollout of Presenter Mode : a ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.