From 884f3816fe7ec03952b51987703689912627e9b1 Mon Sep 17 00:00:00 2001 From: "Jorj X. McKie" Date: Sun, 17 Oct 2021 06:13:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 743d98d54..a570df59a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For **PDF documents,** there exists a plethora of additional features: they can > If [fontTools](https://pypi.org/project/fonttools/) is installed, subsets can be built for eligible fonts based on their usage in the document. Especially for new PDFs, this can lead to significant file size reductions. * Embedded files are fully supported. * PDFs can be reformatted to support double-sided printing, posterizing, applying logos or watermarks -* Password protection is fully supported: decryption, encryption, encryption method selection, permmission level and user / owner password setting. +* Password protection is fully supported: decryption, encryption, encryption method selection, permission level and user / owner password setting. * Support of the **PDF Optional Content** concept for images, text and drawings. * Low-level PDF structures can be accessed and modified. * **Command line module** ``"python -m fitz ..."``. A versatile utility with the following features