pdfmerge 1.0.5

An interactive CLI tool to merge multiple PDFs using Ghostscript
pdfmerge-1.0.5 is not a library.

Introduction

This is an interactive CLI PDF merge utility.

Demo Preview

Run tool locally

# Clone the repo
cargo build --release
cargo run

Build locally

# Make desired changes
cargo build --release
cargo-deb
sudo apt install target/debian/pdfmerge*.deb

Uninstall

sudo apt remove pdfmerge