This will contain demonstrations of the many features PyPDF4 is capable of. Example code should make it easy for users to know how to use all aspects of PyPDF4.
Invoke the Python interpeter you prefer by specifying the script you wish to run, e.g.:
python2 ./samplecode/basic_features.py
python3 ./samplecode/basic_features.py
Feel free to add any type of PDF file or sample code, either by:
1. Sending it via email to [email protected]
2. Including it in a pull request on GitHub