2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 01:40:51 +00:00

Preserve unreferenced objects in dangling test

This commit is contained in:
Jay Berkenbilt 2022-11-25 15:09:02 -05:00
parent f6367bbada
commit bd337b8055
3 changed files with 1 additions and 0 deletions

View File

@ -2073,6 +2073,7 @@ test_53(QPDF& pdf, char const* arg2)
QPDFWriter w(pdf, "a.pdf");
w.setStaticID(true);
w.setPreserveUnreferencedObjects(true);
w.write();
}