Begin to develop PyPDF4

This commit is contained in:
claird 2018-08-04 15:28:51 -06:00 committed by GitHub
parent 7f8fdbe9d0
commit ce54ad1244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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 splitting, merging together, cropping, and transforming
the pages of PDF files. It can also add custom the pages of PDF files. It can also add custom
data, viewing options, and passwords to PDF files. 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. as merge entire files together.
Homepage Homepage
http://mstamy2.github.io/PyPDF2/ http://claird.github.io/PyPDF4/
## Examples ## Examples
@ -16,17 +16,17 @@ Please see the `Sample_Code` folder.
## Documentation ## Documentation
Documentation is available at Documentation soon will be available at
https://pythonhosted.org/PyPDF2/ https://pythonhosted.org/PyPDF4/
## FAQ ## FAQ
Please see Please see
http://mstamy2.github.io/PyPDF2/FAQ.html http://claird.github.io/PyPDF4/FAQ.html
## Tests ## 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: Tests can be run from the command line by:
```bash ```bash