Re: [iText-questions] How to read Document-Actions

2007-08-25 Thread Paulo Soares
- Original Message - From: "steve poling" <[EMAIL PROTECTED]> To: Sent: Saturday, August 25, 2007 1:35 AM Subject: [iText-questions] How to read Document-Actions > Hi, > > When i want to write document-actions into a PDF, I do something like >

[iText-questions] How to read Document-Actions

2007-08-24 Thread steve poling
Hi, When i want to write document-actions into a PDF, I do something like this: |PdfAction action = PdfAction.javaScript("app.alert(\"I'm here!\");\r",writer); | |writer.setAdditionalAction(PdfName.WP,action); | What I can't figure out is the best way to open & read a PDF file and get its d