[iText-questions] Itext can't detect a link

2014-08-13 Thread minsu
Hi all, In the file i just uploaded, on page 48, there are 3 links there, but when i use itext to parse it, it only gives me 2. Is there any thing wrong with the third link? Thanks, management-basics.pdf -- Vi

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread minsu
Sorry, I thought FITH means Fit Height. -- View this message in context: http://itext-general.2136553.n4.nabble.com/coordinate-of-FITH-seems-wrong-tp4660089p4660098.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread minsu
According to the info from Acrobat pro, the link should target to page n and fit window width. But the info I got from iText library about that link is /FITH -- View this message in context: http://itext-general.2136553.n4.nabble.com/coordinate-of-FITH-seems-wrong-tp4660089p4660096.html Sent fr

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread minsu
Got it. Another question here. I try to edit the link i mentioned above in Acrobat pro. I got two lines about target info, one is the target page, the other is fit window width. But I got /FITH and the top coordinate from iText for the same target. Is this a error? Thanks -- View this message i

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread minsu
Thanks, but why it doesn't target me to its previous page? -- View this message in context: http://itext-general.2136553.n4.nabble.com/coordinate-of-FITH-seems-wrong-tp4660089p4660092.html Sent from the iText - General mailing list archive at Nabble.com. ---

[iText-questions] coordinate of /FITH seems wrong

2014-06-26 Thread minsu
Hi, I'm using itext to extract DEST info of a link, it's a array The first element is a indirect reference to a page object, the second element is /FITH and the third element is a number "933" The number should be the y coordinate of that page. But we I get the size of that page, it is[0,0,612,792

[iText-questions] Can't get destination page in SimpleBookmark.getBookmark(reader)

2014-06-19 Thread minsu
I tried to parse a pdf with bookmark. I used SimpleBookmark.getBookmark(reader) and get a list of HashMap. For each bookmark, i got: Action=GoTo Named=table.4 Title=Table of Contents but there's no Page=?, how do i know the destination of each bookmark. Thanks -- View this message in context:

[iText-questions] Can I get page number(not label) from a reader and a specific page dictionary

2014-06-03 Thread minsu
I have a page dictionary and i want to know the page number of the page(eg. 2nd page in this pdf). How can i do that. I tried to get a Simplebookmark of the reader, but get null. Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/Can-I-get-page-number-not-label-