This commit is contained in:
Kovid Goyal 2023-10-31 20:04:34 +05:30
parent e8d3e37208
commit a54c93a95d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -130,7 +130,7 @@ object_as_reference(const PdfObject *o) {
}
// NoMetadataUpdate needed to avoid PoDoFo clobbering the /Info and XMP metadata with its own nonsense
// NoCollectGarbage needed to avoid slowdowns on writing, see https://github.com/podofo/podofo/issues/99#issuecomment-1787239479
// NoCollectGarbage needed to avoid slowdowns on writing, see https://github.com/podofo/podofo/issues/108
static const PdfSaveOptions save_options = PdfSaveOptions::NoMetadataUpdate | PdfSaveOptions::NoCollectGarbage;
class PdfReferenceHasher {