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

2014-06-03 Thread iText mailing list
On 6/4/2014 1:16 AM, minsu wrote: > 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. The concept of page numbers doesn't exist in PDF. The number of the page is *

[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-

[iText-questions] [SPAM] Re: image extracted from pdf file is 180 degree rotated (upside-down)

2014-06-03 Thread mkl
Gian, giansluca wrote > i'm trying to extract some images from a pdf file implementing > RenderListener interface. > all works well but some images that i get are upside-down. inside a pdf i > can see the same images correct .. > > i would ask if there is a way to know if image that i getting is

[iText-questions] [SPAM] Re: Question

2014-06-03 Thread mkl
Ngoc Tai giao wrote > I scan a ticket to pdf file (See attach file Doc1.pdf)In > iTextSharp.text.pdf, I don't know how to capture hand written number 195 > on field "COUNTED QTY". Your PDF on its single page contains merely a bitmap image. Thus, all you can expect from a PDF library is that you c

Re: [iText-questions] colorspace exception during images extraction on a existing pdf

2014-06-03 Thread giansluca
solved implementing a custom way to decode png image which [/Indexed, /DeviceCMYK, 244, 274 0 R] colorspace. ... was a png image thank all for help Gian -- View this message in context: http://itext-general.2136553.n4.nabble.com/colorspace-exception-during-images-extraction-on-a-existing-pdf-

[iText-questions] image extracted from pdf file is 180 degree rotated (upside-down)

2014-06-03 Thread giansluca
hi all, i'm trying to extract some images from a pdf file implementing RenderListener interface. all works well but some images that i get are upside-down. inside a pdf i can see the same images correct .. i would ask if there is a way to know if image that i getting is rotated (maybe when pdf wa