Apoorv Purwar

Results 1 comments of Apoorv Purwar

Try merging your PDFs by using the 'append' and 'merge' functionality of PyPDF2 instead. I faced the same issue and following approach worked for me - ```python from PyPDF2 import...