How do i break page between two topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:26 AM
How do i break page between two topics
Prier NCNTS Events comes in different page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 10:11 PM
@pramn Ok.
Can you please update the page break line as below
instead of page-break-before add page-break-after
html += '<p style="page-break-after: always;"></p>';
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 10:19 PM
unfortunately , No luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 10:28 PM
@pramn Try adding the page breaks to above html code as well. Do some some trial and error thing. Using page-breaks it should be fixed.
Reference link: https://www.youtube.com/watch?v=LM4JXet62NQ
ServiceNow Community Rising Star, Class of 2023