Re: [iText-questions] How do i get the Font and Location information of each and every character

2014-03-06 Thread Raf Hens
On 26/02/2014 12:05, Barathvaj wrote: >>> Thanks Kevin. I not able to find the GlyphRenderListener in ITextSharp. >>> As per documentation it should be available with following namespace >>> iTextSharp.text.pdf.parser. >> >> I see this class is internal. I'm checking why. > Any update on the same

Re: [iText-questions] Edit multi page pdf

2014-03-06 Thread iText Info
Anchal schreef op 6/03/2014 9:58: > > Hi, > > I am using iText G & I have a pdf with 2 pages and I need to set it’s > editable field on the air. The pdf contains 2 field with same key on > different page. When I try to set value of first field, it set on > second field. > How can I set value for

[iText-questions] Edit multi page pdf

2014-03-06 Thread Anchal
Hi, I am using iText G & I have a pdf with 2 pages and I need to set it's editable field on the air. The pdf contains 2 field with same key on different page. When I try to set value of first field, it set on second field. How can I set value for first field. Thanks, ---

[iText-questions] Paragraph & PdfDiv

2014-03-06 Thread Vahid Nasiri
Hello, Right now it's not possible to add a PdfDiv to a Paragraph. The result is empty. It would be nice to have this feature as well. (It's possible to dissect it manually using its Content property) -- Subversion Kills