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.
Hi All,
This is about Confluence Server.
When I render PDF, the child pages are also rendered separately. Is it possible to render the pages continuously?
For example: This is my structure -
1.1 Document scope
1.2 Document purpose
Rather than having separate pages in PDF for document scope and document purpose, how can I have all the child pages together? I tried include page but it doesn't work.
Thanks
This page tells you how to customize the PDF export. Specifically toward the middle of the page there is a section to talk about controlling page breaks. The section below is from the page I linked to ...
By default, each Confluence page will start on a new page in the PDF. If you don't want each Confluence page to start on a new page, you can override the default page breaks using the following CSS:
.pagetitle {
page-break-before: auto;
}