HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Blank page using JSP on Java 8 › Re: Re: Blank page using JSP on Java 8
March 17, 2015 at 12:46
#29687
All resolved now.
After a lot of trial and error, turned out that removing the tag:
<%@ page contentType="text/html;charset=iso-8859-15" %>
From the top of the js file was what was needed. PDF is now generating as expected.
Z