HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › fmt library is ignored › Re: Re: fmt library is ignored
1. PD4ML does not implement JSP container functionality, so any custom tags or JSP code is ignored. If you need to convert a JSP page, you should let Tomcat to process it before it is passed to PD4ML. For example:
pd4ml.render( “http://myserver.com/webapp/source.jsp”, os );
assuming that “http://myserver.com/webapp/source.jsp” returns HTML document with
Another option is to enclose source.jsp content within
2. CSS properties “pd4ml-visibility: hidden; pd4ml-display: none” should help.