No header or footer on other static pages
PDF Exporter only allows to set header and footer info for the First Page and all other pages. If you define other static pages that you don't want a header and/or footer on, here is how you do it:
Let's say you have added a static page called "Copyright" an gave it the CSS class name 'copyright'. You don't want any header and footer on it. You have to add these style defintions to your Content Formatting:
@page noHeaderFooter {
@bottom-right { display: none; }
@top-left { display: none; }
@top-right { display: none; }
@bottom-left { display: none; }
@bottom-center { display: none; }
@top-center { display: none; }
}
.copyright { page: noHeaderFooter; }
Best regards
George
Please sign in to leave a comment.
Comments
0 comments