You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "nielsen (JIRA)" <ji...@apache.org> on 2010/11/30 12:28:15 UTC

[jira] Updated: (PDFBOX-911) Method PDDocument.getNumberOfPages() returns wrong number of pages

     [ https://issues.apache.org/jira/browse/PDFBOX-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nielsen updated PDFBOX-911:
---------------------------

    Attachment: test.pdf

Hello Adam,

Please find the file attached. I didn't find a was to attach it
to the issue.

The second page was inserted via Acrobat 9 via menu
Document\Insert Pages\From Clipboard (any content from clipboard)

I wonder what the criteria for PDFBox is,
to count resp. identify PDF pages.

Regards
Michael


-------- Original-Nachricht --------


-- 
GMX DSL Doppel-Flat ab 19,99 &euro;/mtl.! Jetzt auch mit 
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl


> Method PDDocument.getNumberOfPages() returns wrong number of pages
> ------------------------------------------------------------------
>
>                 Key: PDFBOX-911
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-911
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>         Environment: Windows XP, Eclipse 3.5.2 Galileo
>            Reporter: nielsen
>         Attachments: test.pdf
>
>
> Hello,
> I use PDFbox and are very pleased.
> For one PDF file however getNumberOfPages() returns the wrong number of pages (1 instead of 2 pages).
> Test code:
>         File xx = new File("c:\\temp\\test.pdf");
>         PDDocument pdoc = PDDocument.load(xx);    
>         int x = pdoc.getNumberOfPages();
> The PDF file could be provided.
> Thanks in advance.
> Regards

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.