is there a way to keep an expand close when I want to export my documents?
I have the document tree in an expand section which I use in every of my documents. It is impossible to print these documents when for every page 2 pages of document trees will be added. So I need a good trick to keep this expand macro closed for exports or print activities.
You can do this by customising the stylesheet for PDF exports from your space, I did it by setting the space PDF export style sheet (see: https://confluence.atlassian.com/display/DOC/Advanced+PDF+Export+Customizations) to:
.expand-container { display: none }
Good Luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.