Tuesday, July 26, 2011

Remove TOC from PDF Export

To remove the table of contents from your PDF export, enter the following code in the PDF Stylesheet:

     div.toc
     {
     display: none;
     }

To edit the PDF Stylesheet page, open the space then go to Browse > Space Admin > PDF Stylesheet > Edit button.

No comments:

Post a Comment