Tilman Hausherr created PDFBOX-2615:
---------------------------------------
Summary: IllegalArgumentException in PDPageTree constructor: root
cannot be null
Key: PDFBOX-2615
URL: https://issues.apache.org/jira/browse/PDFBOX-2615
Project: PDFBox
Issue Type: Bug
Components: Parsing
Affects Versions: 2.0.0
Reporter: Tilman Hausherr
{code}
Exception in thread "main" java.lang.IllegalArgumentException: root cannot be
null
at org.apache.pdfbox.pdmodel.PDPageTree.<init>(PDPageTree.java:62)
at
org.apache.pdfbox.pdmodel.PDDocumentCatalog.getPages(PDDocumentCatalog.java:125)
at org.apache.pdfbox.pdmodel.PDDocument.getPages(PDDocument.java:970)
at org.apache.pdfbox.tools.PDFReader.openPDFFile(PDFReader.java:341)
at org.apache.pdfbox.tools.PDFReader.main(PDFReader.java:326)
at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:80)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)