I exported confluence wiki page into pdf and word format however the desired contents are not in the particular page. How to access the pagebreak feature in confluence wiki?
Go to Confluence Admin -> User Macros -> Create a user macro
## @noparams
<div style="page-break-before:always;"></div>
Than, user this macro in page content where you want add a page break for export.
Solution 2:
Alternatively, you can do more customization for pdf export: https://confluence.atlassian.com/confcloud/customize-exports-to-pdf-724764825.html?_ga=2.183662246.1411781722.1530248585-879743838.1529914348
Tansu Akdeniz
Please correct Solution 1 to include a single space before the closing div tag, like so:
<div style="page-break-before:always;"> </div>
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.
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.