claird / PyPDF4

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

Fix for "write() missing 1 required positional argument: 'fileobj'" and "No module named pypdf" in basic_merging.py #98

Open onkardahale opened 3 years ago

onkardahale commented 3 years ago

-The module was incorrectly imported as pypdf instead of PyPDF4. -merger.write() was not passed the needed output file object to write to .