/pdf_merge

A simple python 3 tool with user-interface to merge pdfs in customizable order

Primary LanguagePython

PDF MERGE

A simple python 3 tool with user-interface to merge pdfs in customizable order

Usage

  1. Put the script/binary and the pdf files you want to merge in the same folder.
  2. Run the script/binary.
  3. Double check if folder is correct, otherwise choose another
  4. Define merge order in GUI (Drag them with your mouse)
  5. The merged pdf will be created as OUTPUT.pdf

Requirements

Tested with:

  • Python >= 3.10.10 (Python3)
  • pip >= 22.3.1 (Latest pip)

Installation

sudo apt install python3-tk
pip install pikepdf
git clone https://github.com/david-prv/pdf_merge.git

GUI

Introduced by @Solobeton99

image