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
* Replaced major code portions previously supporting `Document.select()` MuPDF function `pdf_rearrange_pages()` which is faster and more thoroughly performing that task.
19
+
*
20
+
Improved `Document.select() by using new MuPDF function
21
+
`pdf_rearrange_pages()`. This is a more complete (and faster)
22
+
implementation of what needs to be done here in that not only pages will
23
+
be rearranged, but also consequential changes will be made to the table
24
+
of contents, links to removed pages and affected entries in the Optional
25
+
Content definitions.
26
+
* `TextWriter.appendv()`: added `small_caps` arg.
27
+
* Fixed some valgrind errors with MuPDF master.
28
+
* Fixed `Document.insert_image()` when build with MuPDF master.
This documentation covers **PyMuPDF v1.23.22** features as of **2024-02-12 00:00:01**.
3
+
This documentation covers **PyMuPDF v1.23.23** features as of **2024-02-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