From a1cfb2157d31639738a09f8a60bf423b462d0b29 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sun, 10 Sep 2023 03:47:48 -0400 Subject: [PATCH] DOC: Mention pdfly on frontpage of docs (#2183) Based on #2171, feels like pdfly has a bit of a discovery problem. Adding a link at the front of pypdf's docs should hopefully help there. Signed-off-by: Matthew Peveler --- README.md | 1 + docs/index.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index de4799b2d..440464971 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ and [metadata](https://pypdf.readthedocs.io/en/stable/user/metadata.html) from PDFs as well. +See [pdfly](https://github.com/py-pdf/pdfly) for a CLI application that uses pypdf to interact with PDFs. ## Installation diff --git a/docs/index.rst b/docs/index.rst index c355efd93..83d81a0ef 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,6 +12,8 @@ merging, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files. pypdf can retrieve text and metadata from PDFs as well. +See `pdfly `_ for a CLI application that uses pypdf to interact with PDFs. + You can contribute to `pypdf on GitHub `_. .. toctree::