This commit is contained in:
Kovid Goyal 2023-05-25 07:22:45 +05:30
parent 25c935568c
commit 2eebd8b561
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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 // 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; static const PdfSaveOptions save_options = PdfSaveOptions::NoModifyDateUpdate;
class PdfReferenceHasher { class PdfReferenceHasher {