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
Unfortunately PD4ML does not support the feature.
Of course the index creation cannot be fully automated. Let say you mark all significant keywords like that:
text text keyword text text
Currently you may generate PDF bookmarks from the markup (pd4ml.generateOutlines(false)). The bookmarks give you quick access to the marked keywords. However the bookmarks are not sorted as index assumes and they are visible only in Acroread, not in print output.
Obviously we need to add a new proprietary tag
text text keyword text text
or to introduce another tag for that:
text text
If the above is acceptable by you we’ll include the feature implementation to our plans. The priority will depend on the license type you are going to purchase.