Re: [iText-questions] coordinates of a text in pdf

2014-03-13 Thread pittypan
Yes, check this post. http://stackoverflow.com/questions/5326496/is-it-possible-to-find-text-position-with-itext/ pdf-text-location

Re: [iText-questions] coordinates of a text in pdf

2014-03-08 Thread Kevin Day
See TextRenderInfo.getAscentLine(), .getBaseline() and getDescentLine() - those define the coordinates. You should be aware that depending on how the PDF is generated, there may not be a single TextRenderInfo object with text 'Approving Official'. There could be one with 'Appro' and another wit

Re: [iText-questions] coordinates of a text in pdf

2014-03-05 Thread fachhoch
got it with renderinfo. -- View this message in context: http://itext-general.2136553.n4.nabble.com/coordinates-of-a-text-in-pdf-tp4659833p4659834.html Sent from the iText - General mailing list archive at Nabble.com. --

[iText-questions] coordinates of a text in pdf

2014-03-05 Thread fachhoch
is it possible to determine coordinates of a text in my pdf? The reason I need this is they are placeholders for putting my visible digital signature. I am capturing TextRenderInfo of my matching Strings, please advice using itext we can retrieve x,y coordinates of this text ?TextRend