You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Within a Confluence page, we have sections coded in HTML using the {html} macro. However, when we use the Scroll Wiki tool to export the pages to PDF, most of the html formatting is gone. Bolded text remains as such, but all the line breaks and spaces are not recognized, and that's the same for lists that contain sublists - everything looks to just run together.
Any idea why the scroll pdf tool is only recognizing some of the HTML in the macro but not all of it? Is there any simple fix to remedy this problem?
The line break code that was being used </br> was being recognized as HTML code, but the scroll tool did not accept it. Switching the line break to <br/>, which I believe is the more correct tag, fixed the issue and the scroll wiki tool now keeps the formatting. Simple solution.
Thanks for the input!
Thanks for the input! It appears that the issue was the HTML line break code that was being used </br> worked with the HTML, but the scroll didn't recognize that code. Changing the tag to <br/> (which I believe is the correct HTML line break tag) fixed the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matt,
You may need to create a CSS for the pdf and include formatting elements in it.
I suggest to use classes and ids for them.
I hope this helps.
Cheers,
Selcuk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matt
I suggest you to check if there's any PDF stylesheet set that can be overriden your HTML code to cause this.
To do that, check this on Confluence Admin > PDF stylesheet.
If that's not the case, check out your Confluence logs for any warning or errors regarding the scroll wiki tool.
Cheers!
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.