Hi, i found this simple script on the web.
It works well.
It can also be modified to get the file downloaded from a dialog box
instead of viewing in the browser
//
// Template JSP file for iText
// by Tal Liron
//
response.setContentType( "application/pdf" );
// step 1: creation of a document-ob
Hi,
I am having problems with displaying the dynamically generated PDF using iText on the browser. I have set the response content length as mentioned in the FAQ section, but the PDF is not getting displayed yet. Could anyone help.
My code is as follows:
PdfReader reader = new PdfReader(new U