I have reviewed articles, such as this one (https://answers.atlassian.com/questions/32989210), but still cannot figure out how to make the page break after certain headings or elements (like another macro). Is it possible to do this by just editing the stylesheet without inserting anything on the actual page? Thank you.
Far as I can tell, you have to have a macro with a Class setting so you can refer to it in the PDF Stylesheet. The div and span macros are generally used for this.
Set the Class to noprint, then refer to it in the PDF Stylesheet.
.noprint { display: inline-block ; }
Thank you. I used a combination of your tip and another I found. I added several divblock macros, and then defined a class in each (called pdfprint). Then, I added the following text to the stylesheet: .pdfprint{ page-break-before: always; }
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.