[iText-questions] About Font Information

2012-08-16 Thread Pravin Wagh
Hi, I want to read text from PDF and associated FontFamily with that text. is it possibkle to do it? if yes ,Could you please tell me which api i can used for it Thanks Pravin. -- Live Security Virtual Conference

Re: [iText-questions] About Font Information

2012-08-16 Thread iText Info
Op 16/08/2012 9:47, Pravin Wagh schreef: Hi, I want to read text from PDF and associated FontFamily with that text. is it possibkle to do it? if yes ,Could you please tell me which api i can used for it Our CEO will contact your employer in about five minutes.

[iText-questions] XFA check box

2012-08-16 Thread John Renfrew
I have an XFA form (from someone else) It is set to default off, and the bindings are 1 for on and 0 for off, and appears to be a regular checkbox field in LiveCycle If I do form.getAppearanceStates(field) it just returns 1 If I do form.setAppearance( field, 1) nothing is set.

Re: [iText-questions] XFA check box

2012-08-16 Thread iText Info
Op 16/08/2012 13:04, John Renfrew schreef: I have an XFA form (from someone else) It is set to default off, and the bindings are 1 for on and 0 for off, and appears to be a regular checkbox field in LiveCycle If I do form.getAppearanceStates(field) it just returns 1 If I do

Re: [iText-questions] XFA check box

2012-08-16 Thread John Renfrew
Typo indeed Wasn't aware of this demo. Thanks. Ran the form through XFA Worker, but the check box fields do not appear in the XFA stream so I can't change then that way either. john renfrew Right Way Up From: iText Info [mailto:i...@1t3xt.info] Sent: 16 August 2012 12:13 To:

Re: [iText-questions] XFA check box

2012-08-16 Thread iText Info
Op 16/08/2012 14:05, John Renfrew schreef: Typo indeed Wasn't aware of this demo. Thanks. Ran the form through XFA Worker, but the check box fields do not appear in the XFA stream so I can't change then that way either. The check boxes don't appear in the XFA stream = you've posted an

[iText-questions] Indic Ligaturizer for iTextSharp

2012-08-16 Thread blackhorn
Hi All, Today i joined the itext mailing list so that i could contribute something. I've written a basic indic ligaturizer for itextsharp (for indian character support), much similar to what exists for Arabic. I've tested it with iText source code, and it seems to work pretty well. The Indic

Re: [iText-questions] Indic Ligaturizer for iTextSharp

2012-08-16 Thread iText Info
Op 16/08/2012 14:44, blackhorn schreef: Kindly let me know whether this could be of use to iText and could be added there. If the moderators consider this worthy, we could develop it further. Also let me know how, when and where i can post my code, so that others can have a look at it and

Re: [iText-questions] Indic Ligaturizer for iTextSharp

2012-08-16 Thread Paulo Soares
I'm very much curious about this. It will also be a good pretext to support the open type tables and have a good quality rendering. Paulo On Thu, Aug 16, 2012 at 2:04 PM, iText Info i...@1t3xt.info wrote: Op 16/08/2012 14:44, blackhorn schreef: Kindly let me know whether this could be of use

Re: [iText-questions] How can I extract the alt text of an image wit iText?

2012-08-16 Thread Walter Cybis
Thanks Leonard, I've already read chapter 14 of ISO 32000-1:2008 (in fact very instructive), as well as the relative chapters in the iText in Action book (2nd edtion) and PDF Reference book (sixth edition). I'm coding a java/itext program in order to extract the alt text from figures in a

Re: [iText-questions] How can I extract the alt text of an image wit iText?

2012-08-16 Thread Leonard Rosenthol
Alt is a property of the tag - so it would be associated with the tag itself (Figure in this case, I guess). So perhaps the TaggedPdfReaderTool needs to be extended to support attributes. Leonard -Original Message- From: Walter Cybis [mailto:walter.cy...@polymtl.ca] Sent: Thursday,