I think this might be related
https://issues.apache.org/jira/browse/PDFBOX-2704

On Wed, Apr 22, 2015 at 10:15 AM, Johanneke Lamberink <
[email protected]> wrote:

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

Reply via email to