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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ For all supported document types (i.e. including images) types you can
39
39
* PDFs can be reformatted to support double-sided printing, posterizing, applying logos or watermarks
40
40
* Password protection is fully supported: decryption, encryption, encryption method selection, permmission level and user / owner password setting.
41
41
* Low-level PDF structures can be accessed and modified.
42
+
* Starting with v1.16.8, PyMuPDF can also be used as a module in the commandline using ``"python -m fitz ..."``. This is a versatile utility, which we will further develop over time.
42
43
43
44
44
45
Have a look at the basic [demos](https://github.com/pymupdf/PyMuPDF/tree/master/demo), the [examples](https://github.com/pymupdf/PyMuPDF/tree/master/examples) (which contain complete, working programs), and the **recipes** section of our [Wiki](https://github.com/pymupdf/PyMuPDF/wiki) sidebar, which contains more than a dozen of guides in How-To-style.
0 commit comments