We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c469893 commit 17df4c1Copy full SHA for 17df4c1
changes.txt
@@ -32,7 +32,9 @@ Change Log
32
* Added runtime assert that that PyMuPDF and MuPDF were built with compatible
33
NDEBUG settings (related to `4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>`_).
34
* Simplified handling of filename/filetype when opening documents.
35
-
+ * Removed PDF linearization support.
36
+ * Calls to `Document.save()` with `linear` set to true will now raise an exception.
37
+ * See https://artifex.com/blog/mupdf-removes-linearisation for more information.
38
39
**Changes in version 1.25.5 (2025-03-31)**
40
0 commit comments