MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / saveIncr

Method saveIncr

src/__init__.py:6555–6557  ·  view source on GitHub ↗

Save PDF incrementally

(self)

Source from the content-addressed store, hash-verified

6553 mupdf.pdf_save_snapshot(pdf, filename)
6554
6555 def saveIncr(self):
6556 """ Save PDF incrementally"""
6557 return self.save(self.name, incremental=True, encryption=mupdf.PDF_ENCRYPT_KEEP)
6558
6559 # ------------------------------------------------------------------------------
6560 # Remove potentially sensitive data from a PDF. Similar to the Adobe

Callers 7

embedded_copyFunction · 0.80
embedded_delFunction · 0.80
embedded_addFunction · 0.80
embedded_updFunction · 0.80
embedded_copyFunction · 0.80
embedded_addFunction · 0.80
embedded_updFunction · 0.80

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected