This commit is contained in:
Kovid Goyal
2023-05-25 07:22:45 +05:30
parent 25c935568c
commit 2eebd8b561
+1
View File
@@ -131,6 +131,7 @@ object_as_reference(const PdfObject *o) {
}
// Needed to avoid PoDoFo clobbering the /Info and XMP metadata with its own nonsense
// rename to NoMetadataUdate after https://github.com/podofo/podofo/commit/96689eb6e45b71eae1577ecb2d4a796c52e9a813
static const PdfSaveOptions save_options = PdfSaveOptions::NoModifyDateUpdate;
class PdfReferenceHasher {