PyPDF4
PyPDF4 copied to clipboard
Fix for "write() missing 1 required positional argument: 'fileobj'" and "No module named pypdf" in basic_merging.py
-The module was incorrectly imported as pypdf instead of PyPDF4. -merger.write() was not passed the needed output file object to write to .