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: docs/recipes-annotations.rst
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,19 +57,6 @@ The result looks like this:
57
57
58
58
59
59
60
-
61
-
Using Buttons and JavaScript
62
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
-
Since MuPDF v1.16, 'FreeText' annotations no longer support bold or italic versions of the Times-Roman, Helvetica or Courier fonts.
64
-
65
-
A big **thank you** to our user `@kurokawaikki <https://github.com/kurokawaikki>`_, who contributed the following script to **circumvent this restriction**.
Copy file name to clipboardExpand all lines: docs/recipes-multiprocessing.rst
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,7 @@
16
16
Multiprocessing
17
17
==============================
18
18
19
-
:title:`MuPDF` has no integrated support for threading - calling itself "thread-agnostic". While there do exist tricky possibilities to still use threading with :title:`MuPDF`, the baseline consequence for |PyMuPDF| is:
20
-
21
-
**No Python threading support**.
22
-
23
-
Using |PyMuPDF| in a :title:`Python` threading environment will lead to blocking effects for the main thread.
19
+
|PyMuPDF| does not support running on multiple threads - doing so may cause incorrect behaviour or even crash Python itself.
24
20
25
21
However, there is the option to use :title:`Python's` *multiprocessing* module in a variety of ways.
Copy file name to clipboardExpand all lines: docs/version.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
@@ -1,6 +1,6 @@
1
1
----
2
2
3
-
This documentation covers **PyMuPDF v1.25.2** features as of **2025-01-17 00:00:01**.
3
+
This documentation covers **PyMuPDF v1.25.3** features as of **2025-02-06 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