Skip to content

Commit 6fec422

Browse files
authored
Update README.md
1 parent bb102ee commit 6fec422

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ For all supported document types (i.e. including images) types you can
3939
* PDFs can be reformatted to support double-sided printing, posterizing, applying logos or watermarks
4040
* Password protection is fully supported: decryption, encryption, encryption method selection, permmission level and user / owner password setting.
4141
* 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+
* Starting with v1.16.8, PyMuPDF can also be used as a **module in the command line** using ``"python -m fitz ..."``. This is a versatile utility, which we will further develop over time. It currently supports PDF document
43+
44+
- **encryption / decryption / optimization**
45+
- creating **sub-documents**
46+
- document **joining**
47+
- **image / font extraction**
48+
- full support of **embedded files**.
4349

4450

4551
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

Comments
 (0)