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?
Hi @Benedito Silveira,
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
See the docu: https://confluence.atlassian.com/confkb/how-to-create-a-page-break-function-in-confluence-to-control-pagination-in-pdf-exports-735943076.html
Please correct Solution 1 to include a single space before the closing div tag, like so:
<div style="page-break-before:always;"> </div>
It looks like you're new here. Sign in or register to get started.