Page 1 of 1

Each Topic on a new page.

Posted: Tue Oct 28, 2025 8:14 pm
by leeconvey
Hello everyone,

When creating a PDF using DITA-OT Transformation (PDF (CSS Formatter - HTML5)), I've noticed that on occasions, the title of a topic can appear at the bottom of a page, with the remainder of the topic following on the next page.

Is it possible to have each topic start on its own page?
Screenshot 2025-10-28 170757.png

Regards,
Lee

Re: Each Topic on a new page.

Posted: Wed Oct 29, 2025 11:28 am
by julien_lacour
Hello,

By default page-breaks are automatically inserted before each chapter, not before all topics, but you can change this behavior by using an additional CSS rule in a custom stylesheet. For more details, you can check our user guide.

Regards,
Julien

Re: Each Topic on a new page.

Posted: Thu Oct 30, 2025 4:39 pm
by leeconvey
Thanks Julien