How to create outline tree for a PDF generated from HTML using iText (V.5) JAVA ? The outline tree is bookmark tree. I want all headers in my HTML to be nodes in my Outline tree. So it will be like:
H1
-H2
--H3
---H4
And so. Is there any way to do this ?