Skip to content

TzviGreenfeld/pdf_indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF indexer

Merges pdf files and creates an table of content psge + bookmarks

Table of Contents

Installation

Download main.py and install libraries from requirements.txt

$ git clone https://github.com/TzviGreenfeld/pdf_indexer
$ pip install -r requirements.txt

Usage

send as arguments pdf files, or folder containing all the files to merge. Last argument is the output file name

$ python3 main.py <1.pdf> <2.pdf> ... <n.pdf> <out.pdf>

or

$ python3 main.py <path_to_folder_containing_pdf_files> <out.pdf>

Support

Please open an issue for support.

About

merge pdfs and add an index page at the first page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages