Skip to content

Arzianghanchi/Merge-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Merge-PDF

Merge PDF

Here's a README file for a Python PDF merger, incorporating images for visual clarity:

PDF Merger

Effortlessly merge multiple PDF files into a single document using Python.

Installation

Install required library: Bash pip install PyPDF2 Use code with caution. Learn more

Usage

Execute the script: Bash python pdf_merger.py Use code with caution. Learn more Enter PDF file paths: When prompted, provide the complete file paths for the PDFs you want to merge, separated by commas (e.g., /path/to/file1.pdf, /path/to/file2.pdf, /path/to/file3.pdf). Specify output file name: Enter a desired name for the merged PDF file (e.g., merged_document.pdf).

command prompt with user input for file paths and output file name

Customization (optional):

Modify the pdf_merger.py script to adjust merging behavior or add features.

Troubleshooting

Ensure correct file paths. Verify PyPDF2 installation. Check for errors in the pdf_merger.py script.

Contributing

Fork the repository. Make changes. Create a pull request.

License

MIT License

Copyright (c) 2024 Azzy-Dev

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Merge PDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages