RE: [iText-questions] How adding a Javascript to an existing PDF

2004-03-05 Thread Paulo Soares
That's not implemented because, it's not. I'll see if I can include it in the next release.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bertrabd BeyssacSent: Thursday, March 04, 2004 4:32 PMTo: [EMAIL PROTECTED]Subject: [iT

[iText-questions] How adding a Javascript to an existing PDF

2004-03-04 Thread Bertrabd Beyssac
  PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(fileResult)); PdfWriter writer = stamper.getWriter(); writer.addJavaScript("this.print(true);");  // it does'nt work with a "PdfStamper" !!!   Bertrand