PyPDF4 icon indicating copy to clipboard operation
PyPDF4 copied to clipboard

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

Open onkardahale opened this issue 4 years ago • 0 comments

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

onkardahale avatar May 31 '21 11:05 onkardahale