Is there a way in Confluence On-Demand to indicate that specific content should be ignored when generating a .pdf. With Scroll, we used the scroll ignore macro. Since Scroll is not available in On-Demand, I haven't been able to find a solution to ignore specific content. Thank you for any feedback you can provide.
Hers is a possible way to do it if you have the html macro in OnDemand. Not sure if it comes with that. You could create and html macro with this in the macro body...
<div class="nopdf">
Then put your content here...
Lastly pust another html macro after that with this in the macro body...
</div>
Finally in the PDF stylesheet setup add this rule.
.nopdf {display: none;}
You can't do user macros in the OnDemand version either right? Cause that would be the perfect way to do it if you could.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the response Davin. Unfortunately, On-Demand does not include the html macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have not been able to create user macros in On-Demand, but I do see that a new plug-in, Atlassian Connect, was added and enabled in our instance. I'm researching that now, as I think it may give us the ability to create a user macro. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, I think then the only other way would be to devote a specific maco to this feature. Maybe like the panel macro or something like that. Then you could specifically target that content to be hidden in pdfs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, we are still unable to restrict content from pdf output in On Demand. Is anyone aware of a solution that I have not been able to identify?
Thank you.
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.