From ce54ad1244b34fe4ca5b01ce7b1cc71c2bb2a780 Mon Sep 17 00:00:00 2001 From: claird Date: Sat, 4 Aug 2018 15:28:51 -0600 Subject: [PATCH] Begin to develop PyPDF4 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 233201b..3fe90a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# PyPDF2 +# PyPDF4 -PyPDF2 is a pure-python PDF library capable of +PyPDF4 is a pure-python PDF library capable of splitting, merging together, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files. @@ -8,7 +8,7 @@ It can retrieve text and metadata from PDFs as well as merge entire files together. Homepage -http://mstamy2.github.io/PyPDF2/ +http://claird.github.io/PyPDF4/ ## Examples @@ -16,17 +16,17 @@ Please see the `Sample_Code` folder. ## Documentation -Documentation is available at -https://pythonhosted.org/PyPDF2/ +Documentation soon will be available at +https://pythonhosted.org/PyPDF4/ ## FAQ Please see -http://mstamy2.github.io/PyPDF2/FAQ.html +http://claird.github.io/PyPDF4/FAQ.html ## Tests -PyPDF2 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder. +PyPDF4 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder. Tests can be run from the command line by: ```bash