Am 22.04.2015 um 10:15 schrieb Johanneke Lamberink:
Hi,

I'm trying to get the pagenumber of a given PDPage.
What I have is:
document.getPages().indexOf(page)

No matter the page I input, I always get the same result, which is equal to the 
total number of pages
document.getPages().getCount() == document.getPages().indexOf(page) // for 
every page I input.

Is this a bug, or am I using the framework incorrectly?

Also, I think it would be great if PDPage had a variable "page" so I wouldn't 
have to iterate through all the pages to get the index.

Kind regards,


Johanneke Lamberink


I committed the patch by Andrea.

About your other wish - PDPage is independent of a specific PDF doc. It doesn't know its own page.

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to