0

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)

Matthieu
  • 23
  • 6

1 Answers1

0

I've used PyPDF2 without any problem with Python 3.7.9. Merge PDF files File Concatenation answer by Paul Rooney helped me

Matthieu
  • 23
  • 6