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
Copy file name to clipboardExpand all lines: changes.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
.. include:: header.rst
2
+
1
3
Change Log
2
4
==========
3
5
@@ -1561,3 +1563,5 @@ Changes in version 1.9.1 compared to version 1.8.0 are the following:
1561
1563
* Incremental saves for changes are possible now using the call pattern *doc.save(doc.name, incremental=True)*.
1562
1564
* A PDF's metadata can now be deleted, set or changed by document method *set_metadata()*. Supports incremental saves.
1563
1565
* A PDF's bookmarks (or table of contents) can now be deleted, set or changed with the entries of a list using document method *set_toc(list)*. Supports incremental saves.
Copy file name to clipboardExpand all lines: docs/changes.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Change Log
9
9
10
10
* Bug fixes:
11
11
12
-
* **Fixed** `#2110 <https://github.com/pymupdf/PyMuPDF/issues/2110>`_: Fully embedded font is extracted only partially if it occupies more than one objects
12
+
* **Fixed** `#2110 <https://github.com/pymupdf/PyMuPDF/issues/2110>`_: Fully embedded font is extracted only partially if it occupies more than one object
0 commit comments