mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-12 00:28:31 +00:00
Merge pull request #1307 from m-holger/pages
Fix QPDF::getAllPagesInternal warning
This commit is contained in:
commit
bde5a446ab
@ -94,7 +94,7 @@ QPDF::getAllPagesInternal(
|
|||||||
throw QPDFExc(
|
throw QPDFExc(
|
||||||
qpdf_e_pages,
|
qpdf_e_pages,
|
||||||
m->file->getName(),
|
m->file->getName(),
|
||||||
m->last_object_description,
|
"object " + cur_node.getObjGen().unparse(' '),
|
||||||
0,
|
0,
|
||||||
"Loop detected in /Pages structure (getAllPages)");
|
"Loop detected in /Pages structure (getAllPages)");
|
||||||
}
|
}
|
||||||
|
@ -2,5 +2,5 @@ checking pages-loop.pdf
|
|||||||
PDF Version: 1.3
|
PDF Version: 1.3
|
||||||
File is not encrypted
|
File is not encrypted
|
||||||
File is not linearized
|
File is not linearized
|
||||||
ERROR: pages-loop.pdf (object 3 0): Loop detected in /Pages structure (getAllPages)
|
ERROR: pages-loop.pdf (object 2 0): Loop detected in /Pages structure (getAllPages)
|
||||||
qpdf: errors detected
|
qpdf: errors detected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user