1

Hi. I`m newbie in html2pdf, but html2pdf is great !.
Today i need to create reference index in html2pdf, but i dont know how.
Reference Index like this: http://www.fpdf.org/en/script/script13.php
Please help how to create "reference index" in html2pdf like this ("http://www.fpdf.org/en/script/script13.php")
Thx in advance.
Web dictionary: www.kakvo.org

2

you need the bookmarks, or just the table of content ?

if you need just the table of content, you can create it by yourself :

<ul>
 <li><a href="#level1">level1</a></li>
 <li><a href="#level2">level2</a>
  <ul>
   <li><a href="#level2_1">sub 2.1</a></li>
   <li><a href="#level2_2">sub 2.2</a></li>
 </ul>
 </li>
</ul>


and then, juste use the ancres <a name="levelx_x"></a> at the begin of earch parts


Ancien pseudo : lolo

3

Hi all.
Thx Spipu. But i need a create bookmarks argh.


To html2pdf Creators:
It is possible create bookmarks in html2pdf (Reference Index like this: http://www.fpdf.org/en/script/script13.php )?

This is very important for me.

Thx in advance!
Web dictionary: www.kakvo.org

4

I'm the only creator of html2pdf... tongue

sorry but for the moment, it's not possible to create bookmarks...

i don't know if i will add this feature in the next months... i write html2pdf in my free time !
Ancien pseudo : lolo