Skip to content

manankarani/pdf-merger-serialized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Merger (Serialized)

This software can be used to merge N pdf with N pdfs, all serialized, the second file must have the tag "_A" at the end of the file name. The file name from first and second folder should match with "_A" appended. To store the results the result folder is to be specified.

Eg. Folders
Folder A/
├ file1.pdf
├ file2.pdf
├ file3.pdf

Folder B/
├ file1_A.pdf
├ file2_A.pdf
├ file3_A.pdf

result_folder

PdfMerger

Installing Dependencies

pip install -r requirements.txt

Run

python pdfmerger.py

With this select folders from GUI and Merge the pdfs

About

This is a tool that can be used to merge multiple PDFs, in a particular order.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages