In older versions, there was a noprint macro that you could use to encompass content that you didn't want to be included in a PDF export. This was helpful when you want to export multiple pages into a pdf, but wanted to exclude the See Also or individual page TOCs.
How do we do this in the current Confluence version?
If anyone is still interested, please read 'Hiding Text from the PDF Output' chapter in here: https://confluence.atlassian.com/doc/advanced-pdf-export-customizations-198806890.html
It works. Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using the Cloud supported Div macro with a class of "noprint" and CSS from the cited example will get the intended result.
.noprint { display: none ; }
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.
Hi guys, same issue - need to be able to exclude content that is for internal purposes to export final documentation for customer... Atlassian, please help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have exact the same question. Can somebody please respond?
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.