I've read the information here: https://confluence.atlassian.com/display/AOD/Customising+Exports+to+PDF#CustomisingExportstoPDF-TableofContents
but still do not have a toc in my PDF.
When I read the above link it says that "By default, a table of contents will be generated after the title page, or at the beginning of the PDF document if no title page is defined in the PDF Layout. To see the default CSS rules applied to the table of contents, download the default CSS rules (confluencedefaultpdf.css) and examine the specific rules with toc in their name."
I have a title page but no toc, anybody have any ideas? Do I need to add html based on the css to "PDF Space Export Title Page"?
Here is the code I'm using for my title page in the layout if that helps:
<div class="fsTitlePage"> <div style=" text-align:right"> <img src="/download/attachments/3309581/ctCRE.png"/> </div> <div class="fsTitle">Enter Release name</div> <div class="fsTitlesub">Release Review</div> <div class="fsTitlesubsub">Status: Final <br> Version: 1.0 <br> Date Revised: July 23, 2013 </div> </div>
PDFs can be compiled in ways that make them unreadable for basic or even quite advanced readers.
Confluence doesn't have any pdf reader libraries built into it, so it can't read them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.