claird / PyPDF4

A utility to read and write PDFs with Python
obsolete-https://pythonhosted.org/PyPDF2/
Other
328 stars 61 forks source link

Fix 'ModuleNotFoundError: No module named 'pypdf'' when running samp… #78

Open th3coop opened 4 years ago

th3coop commented 4 years ago

Was taking this module for a trial run and found the sample code wasn't working. PR to resolve the error.

Repro:

NotWearingPants commented 4 years ago

Why not also fix the other 2 samples? (PDFComments2XL.py & MergingComments.py)

They both just have import pypdf as PDF instead of import PyPDF4 as PDF

th3coop commented 4 years ago

Added those files.

th3coop commented 4 years ago

Thanks for the review @NotWearingPants.