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
I know, the same namespace
Here is the JSP docs:
http://pd4ml.com/taglib/pd4ml/tld-summary.html
The proprietary tags are at the bottom of the doc:
http://pd4ml.com/html.htm
Generally if a custom JSP tag has the same name as a PD4ML proprietary tag, the JSP tag simply replicates itself and lets PD4ML runtime to process it. The rest of JSP custom tags are mapped to PD4ML API.
Regarding your particular issues:
Your JSP should look like the following:
[language=xml:201vh62w]
I also removed more-less outdated clean_xhtml as the current version of our HTML renderer “understands” XHTML quite good.