From 887e91fc4daca6d4368c18b5d0729d0c894dc42f Mon Sep 17 00:00:00 2001 From: Max <80784184+olsonperrensen@users.noreply.github.com> Date: Tue, 13 Dec 2022 01:50:08 +0900 Subject: [PATCH] Changed 'latest' for 'stable' (given master branch is further ahead than stable package) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 502083c33..1c9d9f00b 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ [![PyPI version](https://badge.fury.io/py/PyPDF2.svg)](https://badge.fury.io/py/PyPDF2) [![Python Support](https://img.shields.io/pypi/pyversions/PyPDF2.svg)](https://pypi.org/project/PyPDF2/) -[![](https://img.shields.io/badge/-documentation-green)](https://pypdf2.readthedocs.io/en/latest/) +[![](https://img.shields.io/badge/-documentation-green)](https://pypdf2.readthedocs.io/en/stable/) [![GitHub last commit](https://img.shields.io/github/last-commit/py-pdf/PyPDF2)](https://github.com/py-pdf/PyPDF2) [![codecov](https://codecov.io/gh/py-pdf/PyPDF2/branch/main/graph/badge.svg?token=id42cGNZ5Z)](https://codecov.io/gh/py-pdf/PyPDF2) # PyPDF2 PyPDF2 is a free and open-source pure-python PDF library capable of splitting, -[merging](https://pypdf2.readthedocs.io/en/latest/user/merging-pdfs.html), -[cropping, and transforming](https://pypdf2.readthedocs.io/en/latest/user/cropping-and-transforming.html) +[merging](https://pypdf2.readthedocs.io/en/stable/user/merging-pdfs.html), +[cropping, and transforming](https://pypdf2.readthedocs.io/en/stable/user/cropping-and-transforming.html) the pages of PDF files. It can also add custom data, viewing options, and -[passwords](https://pypdf2.readthedocs.io/en/latest/user/encryption-decryption.html) +[passwords](https://pypdf2.readthedocs.io/en/stable/user/encryption-decryption.html) to PDF files. PyPDF2 can -[retrieve text](https://pypdf2.readthedocs.io/en/latest/user/extract-text.html) +[retrieve text](https://pypdf2.readthedocs.io/en/stable/user/extract-text.html) and -[metadata](https://pypdf2.readthedocs.io/en/latest/user/metadata.html) +[metadata](https://pypdf2.readthedocs.io/en/stable/user/metadata.html) from PDFs as well. @@ -49,7 +49,7 @@ text = page.extract_text() PyPDF2 can do a lot more, e.g. splitting, merging, reading and creating annotations, decrypting and encrypting, and more. -Please see [the documentation](https://pypdf2.readthedocs.io/en/latest/) +Please see [the documentation](https://pypdf2.readthedocs.io/en/stable/) for more usage examples! A lot of questions are asked and answered