Re: [iText-questions] REG :Getting Exception While creating PdfFileSpecification instance

2012-05-07 Thread blowagie
You're not subscribed to the mailing list. See http://lowagie.com/nabble Why your mails don't show up on the mailing list . Also you're using a version of iText that is no longer supported. Please upgrade! -- View this message in context: http://itext-general.2136553.n4.nabble.com/REG-Getting-Ex

Re: [iText-questions] Can I use iTextSharp for commercial purpose?

2012-05-07 Thread David Thielen
Version 2 you can use without payment (standard library open source license). For version 5 you need to pay iText. thanks - dave From: Chandramouli P [mouli...@gmail.com] Sent: Monday, May 07, 2012 8:07 AM To: itext-questions@lists.sourceforge.net Subject: [iTex

Re: [iText-questions] Can I use iTextSharp for commercial purpose?

2012-05-07 Thread 1T3XT BVBA
On 7/05/2012 16:07, Chandramouli P wrote: > I have gone through the documentation about this license and didn't > find the answer for my question. I contacted sales for you, and they say you have already received a very complete answer. ---

Re: [iText-questions] PdfStamper.CreateSignature, question about temp file

2012-05-07 Thread 1T3XT BVBA
On 7/05/2012 14:10, jv r wrote: > > PdfStamper.CreateSignature(PdfReader reader, OutputStream os, char > pdfVersion, File tempFile) > > If temporary file is used, this temp file is encrypted? Is save to use > in a untrusted media? > Encryption is used to sign a document, but signatures aren't u

Re: [iText-questions] AcroFields setField for duplicate field names with the same value

2012-05-07 Thread DeeJay
I have tried using the index as indicated, however it only changes the Description field when the index is 0. The other indexes seem to have no effect. Also I get back an empty Map and Set when I call the respective methods: Map fieldMap = form.getFields(); Set fields = form.getFie

Re: [iText-questions] AcroFields setField for duplicate field names with the same value

2012-05-07 Thread Paulo Soares
acroFields.setField("Description[k]","MyDescription") should work. k is the index to the repetition. Paulo On Mon, May 7, 2012 at 3:11 PM, DeeJay wrote: > Hi, > > Just a little more information regarding the mentioned question. > > The xfa data from the pdf contains could contain the xml: > > ht

Re: [iText-questions] Can I use iTextSharp for commercial purpose?

2012-05-07 Thread Alexis Pigeon
Hi Mouli, On 7 May 2012 16:07, Chandramouli P wrote: > Hi, > > I am developing one application and planning to release commercially and > found that iTextSharp will fulfill my needs to complete my application. Can > I use iTextSharp for commercial purpose? > > I found that iTextSharp is released

Re: [iText-questions] AcroFields setField for duplicate field names with the same value

2012-05-07 Thread DeeJay
Hi, Just a little more information regarding the mentioned question. The xfa data from the pdf contains could contain the xml: http://www.xfa.org/schema/xfa-data/1.0/";> MyDescription1 6000 MyDescription2 7000 MyDescription3 8000 As can be seen, the Description element appears seve

[iText-questions] AcroFields setField for duplicate field names with the same value

2012-05-07 Thread DeeJay
Hi, I am working on an XFA pdf that has form fields with the same name. However, AcroFields.setField(Name, Value) only sets the value of the first field. Is there a way that I can set the same value to all the form fields with that name? Thank you. Kind Regards, Dee -- View this message in con

Re: [iText-questions] Itext Question

2012-05-07 Thread Alberto León
it sounds like OCR The Book and the website of iText say clearly "iText is not an OCR". Sorry supun, I suppose this is not the way. 2012/5/7 Amedee Van Gasse > On Wed, May 2, 2012 09:29, supun ganesh wrote: > > Hi Sir, > > > > I am C# Developer. i am stuck with reading PDF Image.i try lot of wa

Re: [iText-questions] Itext Question

2012-05-07 Thread Amedee Van Gasse
On Wed, May 2, 2012 09:29, supun ganesh wrote: > Hi Sir, > > I am C# Developer. i am stuck with reading PDF Image.i try lot of ways. > I want to read PDF image and capture text. Hi Supun, You didn't actually ask a real question. First, do you have the iText book? The answer may be in there. Seco