From 230db060cf2f787cc45f6aedd5147c8f8209b74d Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Mon, 5 Dec 2022 11:01:10 +0000 Subject: [PATCH] README.md: fixed broken link into PyMuPDF-Utilities. Fixes #2084. Thanks to djsamseng. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c659ebf0..6ee2befa5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For all supported document types (i.e. **_including images_**) you can For **PDF documents,** there exists a plethora of additional features: they can be created, joined or split up. Pages can be inserted, deleted, re-arranged or modified in many ways (including annotations and form fields). * Images and fonts can be extracted or inserted. - > You may want to have a look at [this](https://github.com/pymupdf/PyMuPDF-Utilities/blob/master/examples/image-maintenance.py) cool GUI example script, which lets you **_insert, delete, replace_** or **_re-position_** images under your visual control. + > You may want to have a look at [this](https://github.com/pymupdf/PyMuPDF-Utilities/blob/master/examples/edit-images/edit.py) cool GUI example script, which lets you **_insert, delete, replace_** or **_re-position_** images under your visual control. > 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.