Posts by Igor • 1 point
1 post
-
-1
votes1
answer24
viewsQ: My python merge PDF is not working
He’s showing error on line 3, says the file can’t be found, but I checked it all right, what can it be? import PyPDF2 f1 = open('documento1.pdf', 'rb') f2 = open('documento2.pdf', 'rb') pdf1 =…