Re: [iText-questions] Identify all text in a pdf and replace with some other text

2012-04-23 Thread 1T3XT BVBA
On 22/04/2012 2:47, ravi krishnan wrote: Can anyone help me approach this? On this mailing-list, it is assumed that people read the documentation before posting questions: http://www.manning.com/lowagie2/samplechapter6.pdf

Re: [iText-questions] Question on iTesxt

2012-04-23 Thread 1T3XT BVBA
On 23/04/2012 15:38, Ramesh Reddy Keesara wrote: Hi, I am very new to this component, can we genarate a PDF with form controls or only the text and graphical content. You can create PDFs with text, graphical content and all kinds of annotations (links, text annotations, ...). You can also

Re: [iText-questions] AcroFields setListSelection and/or setFields XFDF does not set list options

2012-04-23 Thread ramanan.pathmaraj
Thanks for your response Mark Hami. I figured out the issue. To achieve this we need to preserve the reader enabling by creating a PDF in append mode: new PdfStamper(reader, new FileOutputStream(outputPdf), '\0', true); Now i am able to populate the list box with data. Thanks

Re: [iText-questions] Question on iTesxt

2012-04-23 Thread 1T3XT BVBA
On 23/04/2012 16:15, Ramesh Reddy Keesara wrote: Can we include script? Using iText, you can add JavaScript to a PDF (existing or new) if that's what you mean. -- For Developers, A Lot Can Happen In A Second. Boundary

Re: [iText-questions] want to verify a pdf signed by timestamp

2012-04-23 Thread Christian Fritschka
Hi Paulo, does my document work with your application? Thanks and best regards Christian Am 20.04.2012 um 20:35 schrieb aszo...@szomor.hu: Dear Palo, This ia corect ! Thanks a lot, Attila Idézet (Paulo Soares pgpsoa...@gmail.com):

Re: [iText-questions] Identify all text in a pdf and replace with some other text

2012-04-23 Thread 1T3XT BVBA
On 23/04/2012 19:35, ravi krishnan wrote: I have seen that many areas in the chapter discourage pdf manipulation at such a level-- so was thinking whether it is even feasible to do what my project requires me to do --- replace complete pdf text keeping format, styling and images intact.

Re: [iText-questions] want to verify a pdf signed by timestamp

2012-04-23 Thread Paulo Soares
It works with the version that I've just committed in the SVN. It requires BC 1.47. Paulo 2012/4/23 Christian Fritschka christian.fritsc...@abacus.ch: Hi Paulo, does my document work with your application? Thanks and best regards Christian Am 20.04.2012 um 20:35 schrieb