mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
e8d3e37208
commit
a54c93a95d
@ -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
|
// 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;
|
static const PdfSaveOptions save_options = PdfSaveOptions::NoMetadataUpdate | PdfSaveOptions::NoCollectGarbage;
|
||||||
|
|
||||||
class PdfReferenceHasher {
|
class PdfReferenceHasher {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user