Maybe I do it wrong, but I would like to create a user guide space that becomes exportable in PDF. I am using Confluence Cloud.
I was expecting to get the root page of the space as the first PDF page and then a table of contents. But the TOC comes first.
I tried to create a TOC on a blank page with the children macro, but I am missing the page numbers when exporting in PDF.
Any other option?
Thanks!
Hi Ludovic,
If you want, you can remove the table of contents from the PDF export by adding below.
in PDF stylesheet.
div.toc
{
display: none;
}
Hello there!
You can define a title page under the PDF layout. You can take a look here on how to do this:
Customize Exports to PDF - Title Page
You could also take a look at Scroll PDF Exporter for Confluence:
This tird-party application has the ability to set Cover Pages for your PDF exports.
Hope this helps your setup Ludovic!
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.