itext « PDF « JSP-Servlet Q&A





1. How to show a limited number of pages of PDF file in JSP using iText?    stackoverflow.com

I have to display a PDF document in a JSP page. The PDF document has 25 pages, but I want to display only 10 pages of the PDF file. How can ...

2. Creating PDFs in a Web Application iText    stackoverflow.com

I know this may be stupid question i am gonna put here since i am a complete java noob. may be you guys can help me out to get this problem ...

3. about pdf and itext    coderanch.com

4. problem in create PDF using iText    coderanch.com

Hi, all I got a problem when I using two file to create PDF file for printing. I used two file. One is used to generate the PDF file, another one has a link pointing to the former jsp file. But I found the PDF file had some errors, which caused the PDF file could not display in the Acrobat Reader ...

6. Problems creating pdf file (using iText) from a servlet    forums.oracle.com

Hi, I have been trying to create a pdf file using iText. When using a sample piece of code from the iText book, it works fine as a stand-alone application with a main method. However, when I try an get it to work from a servlet, it keeps throwing a FileNotFoundException, when it gets to creating a new FileOutputStream. I've put ...