[iText-questions] PDF Signing Error

2012-04-23 Thread Niranjan Gadre
Greetings, I am using iTextSharp dll to sign PDF files using C# application. When i sign PDF files of small size say PDF file up to 3 to 4 MB application works properly. But when i try to sign PDF file having size 60 MB it gives follwoing Error Erro : 1101 Error while setting PDF signer. Is ther

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 : > 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,

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 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 ): > >> http://itextpdf.sourceforge.net/howtosign.html#howtov

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 i

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 fo

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