Skip to content

tibuski/PDFMerge

Repository files navigation

PDFMerge

Really simple PDF merger in Python. Merge all pdf files in a directory and create one big pdf file with a Table of Content with file names as first page.

Usage

  • Executable :

  • Python :

    git clone https://github.com/tibuski/PDFMerge
    cd PDFMerge
    python3 -m venv .
    source bin/activate
    python3 -m pip install -r requirments.txt
    python3 ./pdfmerge.py

Compile Executable

python -m pip install nuitka
python -m nuitka --onefile pdfmerge.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages