[iText-questions] Size of radio button and/or checkbox changes in iTextSharp target document

2013-01-31 Thread Stephen Pidgeon
I have two files, one is a PDF that i have made a form and have populated with text boxes, radio buttons and check boxes. All are the size I made them in this source document. Next i have iTextSharp read this document and populate a destination document with the values from a database. In the de

[iText-questions] [RE: Newest release of IText via SVN}

2013-01-31 Thread Florian Fleischer
Sorry my fault . used the wrong address newest one for SVN: http://svn.code.sf.net/p/itext/code/trunk Florian -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics

Re: [iText-questions] test if form field is READ_ONLY

2013-01-31 Thread Larry Evans
On 01/30/13 08:27, Larry Evans wrote: > I'm using the following code: > > > String selectedFile ="some_source_pdf_file.pdf"; > String file ="some_target_pdf_file.pdf"; > PdfReader reader = new PdfReader(selectedFile); > PdfStamper stamp = new PdfStamper(reader, >

[iText-questions] Newest release of IText via SVN

2013-01-31 Thread Florian Fleischer
thanks, for the link but http://sourceforge.net/p/itext/code/HEAD/tree/ is read only which means Checkout operation for 'http://sourceforge.net/p/itext/code/HEAD/tree' failed. svn: Malformed XML, ...I rather want to enhance some codings so I have to manipulate the lib which I can't do wit re

Re: [iText-questions] newest Itext version via SVN

2013-01-31 Thread Alexis Pigeon
Hi Florian, On 31 January 2013 16:57, Florian Fleischer wrote: > Hi, > > I am using the address svn://svn.code.sf.net/p/itext/code/ and realized > that this is not the newest as I compared the code with the itextLib in my > maven repository could you give me the newest SVN address... > The

[iText-questions] newest Itext version via SVN

2013-01-31 Thread Florian Fleischer
Hi, I am using the address svn://svn.code.sf.net/p/itext/code/ and realized that this is not the newest as I compared the code with the itextLib in my maven repository could you give me the newest SVN address... Thanks Florian-

Re: [iText-questions] Calculable Fields

2013-01-31 Thread 1T3XT BVBA
On 31/01/2013 15:32, Michael Jenkins wrote: Is there any way in iText to force a form containing calculable fields to update? Only if you have a dynamic XFA form (we've added JS support recently). We won't add JS support for AcroForm forms. ---

[iText-questions] Calculable Fields

2013-01-31 Thread Michael Jenkins
Is there any way in iText to force a form containing calculable fields to update? -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.

Re: [iText-questions] RTFWorker sibling to HTMLWorker?

2013-01-31 Thread AJ Weber
On 1/15/2013 2:27 AM, 1T3XT BVBA wrote: > RTF has been removed from iText in 2009. > HTML Worker has been deprecated in favor of XML Worker. > I'm trying to replace my HTMLWorker code with the XMLWorker impl. I will be receiving (almost certainly) non-XHTML compliant syntax (i.e. sloppy HTML vs.

Re: [iText-questions] itextsharp 5.3.5 lack of documentation, signing issue

2013-01-31 Thread 1T3XT BVBA
On 31/01/2013 14:09, Javier Cobo wrote: > Googling a bit more, I came to the great 'Digital Signatures for PDF > documents' by Bruno Lowagie, and I found there's a complete new way to > do signing from version 5.3.5 I would appreciate it if you downloaded the C# port of the examples of this docu

Re: [iText-questions] [SPAM] Re: [SPAM] Re: Not able to read text from ItextShap

2013-01-31 Thread Leonard Rosenthol
Thanks! Yes, the file uses an not-entirely-valid form of encodings which our standard copy/paste method doesn't pick up. However, if you use the "Copy w/Formatting" or "Save as Word", then you'll get the expected results. Leonard On 1/31/13 8:54 AM, "mkl" wrote: >Leonard, > >Leonard Rosenthol

[iText-questions] itextsharp 5.3.5 lack of documentation, signing issue

2013-01-31 Thread Javier Cobo
My first goal is modify an existent pdf into another in wich every page is the same as the original scaled by 90% in height and a box in the remaining 10% (on the bottom of the page). In that box I'm going to write signing information. Finally, I want to digitally sign the resultant file, with

[iText-questions] [SPAM] Re: [SPAM] Re: Not able to read text from ItextShap

2013-01-31 Thread mkl
Leonard, Leonard Rosenthol-3 wrote > I'd love to see that PDF, if you can post it... > > On 1/31/13 7:56 AM, "Gerold Krommer" < > Gerold.Krommer@ > > wrote: > >>Not that I know enough about PDF to contribute anything significant but >>out of curiosity (which-lo and behold- killed the cat) I tr

Re: [iText-questions] [SPAM] Re: Not able to read text from ItextShap

2013-01-31 Thread Leonard Rosenthol
I'd love to see that PDF, if you can post it... On 1/31/13 7:56 AM, "Gerold Krommer" wrote: >Not that I know enough about PDF to contribute anything significant but >out of curiosity (which-lo and behold- killed the cat) I tried C&P with >PDF-Xchange Viewer >Into notepad and the text was extract

Re: [iText-questions] [SPAM] Re: Not able to read text from ItextShap

2013-01-31 Thread Gerold Krommer
Not that I know enough about PDF to contribute anything significant but out of curiosity (which-lo and behold- killed the cat) I tried C&P with PDF-Xchange Viewer Into notepad and the text was extracted beautifully (while Acrobat X gives scrambled garbage). First few lines from Ambulo Report.pdf

[iText-questions] [SPAM] Re: Not able to read text from ItextShap

2013-01-31 Thread mkl
Kiran Ghadge, Kiran Ghadge wrote > I am using itextsharp for reading text from PDF file. > I have attached sample project. > Below is code snippet. But the I am not able to get text from page. The code snippet in your message contained collected no text and printed no text. Thus, I assume, that c

Re: [iText-questions] SWF Embedded in PDF not printing

2013-01-31 Thread Leonard Rosenthol
You need to either supply pre-baked appearances for the SWF (which is what Acrobat/Reader is doing when you scroll) OR you need to modify the SWF to generate one on requested, as documented in the Acrobat SDK. Leonard From: Tanmoy mailto:tan...@fusioncharts.com>> Reply-To: Post here mailto:ite

Re: [iText-questions] [SPAM] Re: LtvVerification.addVerification bug?

2013-01-31 Thread iText Info
Op 31/01/2013 13:20, mkl schreef: > That being said, for the LtvVerification to do its job properly, it should > look for certificates at more places (especially to get certificates for all > secondary signatures, too) and not rely on them being presented as a single, > ordered chain. OK, that's ad

Re: [iText-questions] Urgent Issue- Not able to read the text from pdf file

2013-01-31 Thread iText Info
Op 31/01/2013 10:57, Kiran Ghadge schreef: > I am using itextsharp for reading text from PDF file. Well... I assume you're not an iText customer because you're using the free support list. In that case, I won't read your mail because you're using the forbidden word URGENT (see http://lowagie.com/

[iText-questions] Not able to read the text from pdf file

2013-01-31 Thread Kiran Ghadge
Hello, I am using itextsharp for reading text from PDF file. Below is code snippet. But the I am not able to get text from page. Code: public string ParsePdf(string fileName) { if (!File.Exists(fileName)) throw new FileNotFoundException(fileName); PdfReade

[iText-questions] Urgent Issue- Not able to read the text from pdf file

2013-01-31 Thread Kiran Ghadge
Hello, I am using itextsharp for reading text from PDF file. Below is code snippet. But the I am not able to get text from page. Code: public string ParsePdf(string fileName) { if (!File.Exists(fileName)) throw new FileNotFoundException(fileName); PdfReade

Re: [iText-questions] [SPAM] Re: Digital Signature Corrupted after adding watermark image

2013-01-31 Thread Faisal Raza
Michael, Now I am trying to add image using annotation, which adobe allow but signature is still getting invalid. its seams a bug in ItextSharp. please check my code if I am doing wrong PdfReader reader = new PdfReader("signed.pdf"); using (Stream strm = new MemoryStream()) { PdfStamper stamper =