Skip to content

Mohammed-Maaz-coder/Merge-PDFs-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

PDF Merger using Python πŸ“πŸ”—

πŸ“Œ Overview

This Python script automatically merges multiple PDFs in a directory into a single file using PyPDF2. It simplifies the process of combining PDFs and ensures they are merged in a sorted order.

πŸš€ Features

βœ… Scans the current directory for PDF files

βœ… Sorts files before merging to maintain order

βœ… Handles errors if any file is corrupted

βœ… Saves the merged file as merged-pdf.pdf

πŸ› οΈ Requirements

Make sure you have Python installed, then install PyPDF2

πŸ“œ Usage

1.Place all the PDF files you want to merge in the same directory as the script.

2.Run the script

3.The merged PDF will be saved as merged-pdf.pdf in the same folder.

πŸ“Œ Contributing

Feel free to fork this repository, improve the script, and submit a pull request! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages