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.
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.