You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [](https://pepy.tech/project/pymupdf)
Copy file name to clipboardExpand all lines: changes.txt
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@ Change Log
2
2
==========
3
3
4
4
5
+
**Changes in version 1.22.1 (2023-04-18)**
6
+
7
+
* This release uses ``MuPDF-1.22.0``.
8
+
9
+
* Bug fixes:
10
+
11
+
* **Fixed** `#2345 <https://github.com/pymupdf/PyMuPDF/issues/2345>`_: Turn off print statements in utils.py
12
+
* **Fixed** `#2348 <https://github.com/pymupdf/PyMuPDF/issues/2348>`_: extract_image returns an extension "flate" instead of "png"
13
+
* **Fixed** `#2350 <https://github.com/pymupdf/PyMuPDF/issues/2350>`_: Can not make widget (checkbox) to read-only by adding flags PDF_FIELD_IS_READ_ONLY
14
+
* **Fixed** `#2355 <https://github.com/pymupdf/PyMuPDF/issues/2355>`_: 1.22.0 error when using get_toc (AttributeError: 'SwigPyObject' object has no attribute)
This documentation covers **PyMuPDF v1.22.0** features as of **2023-04-14 00:00:01**.
3
+
This documentation covers **PyMuPDF v1.22.1** features as of **2023-04-18 00:00:01**.
4
4
5
5
The major and minor versions of **PyMuPDF** and **MuPDF** will always be the same. Only the third qualifier (patch level) may deviate from that of **MuPDF**.
0 commit comments