[iText-questions] iText Java disable print pdf

2010-06-17 Thread govind
Hi Gurus, We are using the following code to disable Print option in PDF. Works really well. PdfReader reader = new PdfReader("my-old-file.pdf"); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream("my-new-file.pdf")); stamper.setEncryption("my-owner-password".getBytes(

[iText-questions] check box not printing

2005-10-19 Thread P Govind
I need to display a large number of servlet request parameters in a pdf format. So I decided to create a helper class which will have factory methods to create various pdf objects and can be used to create a pdf template, which can be filled in with the user entered values using the pdfstamper clas

[iText-questions] Itext slows down on a linux server

2004-07-27 Thread GOVIND PS
Hi, I am using itext to generate pdf files in my servlets. I have tested it on a tomcat1.4 server running on a win2k machine and found everything working satisfactory. But when I moved the application to a Linux machine, its taking 5-6 minutes to create the pdf file (less than 2 seconds on windo