HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Creating an index at the end of the pdf file › Re: Re: Creating an index at the end of the pdf file
December 15, 2009 at 15:22
#27686
Test Page
[/language:2g3o7pbj]
You may find the general info about TOC by the link:http://pd4ml.com/reference.htm#8
There are some not yet documented features.
You may suppress page number generation for particular TOC entries this way:
[language=xml:2g3o7pbj]
NOPAGENUM test
Line 1
Line 1.1
Line 1.2
Line 1.2.1
Line 1.2.1
Line 1.3
Line 2
Line 3
Line 4
Line 5
Line 6
[/language:2g3o7pbj]
Or to disable it, let’s say, for all
:
div.ptoc3-style-left pd4ml-dots, div.ptoc3-style-right {visibility: hidden}
You may disable particular levels to appear in TOC completely with:
.ptoc3-style-left, .ptoc3-style-right {display:none; visibility:hidden;}