When I export entire hierarchy, pdf includes home page which contains detail about what changes are made, by whom and when. I want this home page to be ignored when space is exported to pdf. Please guide me on this. Second problem I am facing is with Introduction page. I have placed our company logo and document title through <img> tag for the title page, it works fine if a particular section or few pages are exported to pdf. But when the entire hierarchy is exported which already has title page with company logo and other images, It looks weird as now there are two title pages. I want this first page under Home to be ignored for PDF generation. Please help. Any pdf stylesheet code for this?
I don't know of an automated way to do this.
You probably know that you can deselect certain pages for PDF export. When you click the Export button, a list of all pages appears. I clear the checkmark from the Home page, then click the next page down in the hierarchy (which selects all pages below it).
Other than deselecting the page manually, you might also be able to use custom CSS to make the home page invisible, if you can isolate a div block based on the page name. Sorry I don't know the right class or ID to target. CSS {display=none} works with block-level elements.
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.