I have a number of pdf file and I'd like to concat them into one pdf.
I'm using Python 3
(I've seen PyPDF2 but last version was released in 2016, so i'm worried about upgrading in the future)
I have a number of pdf file and I'd like to concat them into one pdf.
I'm using Python 3
(I've seen PyPDF2 but last version was released in 2016, so i'm worried about upgrading in the future)
I've used PyPDF2 without any problem with Python 3.7.9. Merge PDF files File Concatenation answer by Paul Rooney helped me