mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 11:58:25 +00:00
Preserve unreferenced objects in dangling test
This commit is contained in:
parent
f6367bbada
commit
bd337b8055
Binary file not shown.
Binary file not shown.
@ -2073,6 +2073,7 @@ test_53(QPDF& pdf, char const* arg2)
|
||||
|
||||
QPDFWriter w(pdf, "a.pdf");
|
||||
w.setStaticID(true);
|
||||
w.setPreserveUnreferencedObjects(true);
|
||||
w.write();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user