Hi all,
I used to play with the noPrint feature to hide content from PDF exports with no problems.
But how do I hide the content in the page but show it in the pdf export?
I have tried with inline style for the divs (display:none or visibility:hidden) in the confluence page and custom CSS for pdf export overwritting these but the inline style is not overwritten. This end up with hidden content in both screen and PDF...
Any idea?
PS: I would use this for runningheader and runningfooter being defined in the page but that I want to hide in the confluence page (keep it for the edit mode only)
Hello Plet Benoit,
we faced the same issue some time ago.
You migth use the "show-if" makro from https://marketplace.atlassian.com/plugins/net.customware.confluence.plugin.visibility as a conditional branch within your own macro.
e.g.:
## @noparams <ac:macro ac:name="show-if"> <ac:parameter ac:name="display">pdf</ac:parameter> <ac:rich-text-body> ... your html ... </ac:rich-text-body> </ac:macro>
My requirement is to hide some content (for example JIRA macros that are only shown as loooong URLs) from PDF export. But similar to Benoit Plet findings, one can change some attributes like background color of the element, but display: none;
has no effect.
Could this be considered a bug or limitation in PDF export?
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.