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(
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
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