Skip to content

tina94happy/pdf-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF Merger

A simple Python script to merge two PDF files into one.

Description

This script allows you to merge a cover PDF and a footer PDF, or any two PDFs, into a single PDF file. The cover PDF will be placed at the beginning of the merged file, followed by the footer PDF.

Usage

To use this script, run it from the command line and provide the file paths of the cover PDF and the footer PDF as arguments. Optionally, you can specify the output file path using the -o or --output flag.

python merge_pdf.py cover.pdf footer.pdf -o output.pdf

Installation

You can install the required dependencies using pip:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages