/Merge-pdf-files-using-PyPDF2

This Python script merges all PDF files in the current directory into a single PDF file named "merged.pdf" using the PyPDF2 library. It iterates through the PDF files, appends their content to a PdfWriter object, writes the merged content to a new file, and then closes the PdfWriter object.

Primary LanguagePython

Stargazers

No one’s star this repository yet.