Simple tool used to combine IMG files as a combined PDF
Go to file
2025-11-04 04:56:46 -05:00
.gitignore Refactor packaging structure (src/core) and fix build paths 2025-11-04 04:56:46 -05:00
LICENSE Initial commit: img2pdf v1.0.0 2025-11-04 04:24:17 -05:00
PKGBUILD Refactor packaging structure (src/core) and fix build paths 2025-11-04 04:56:46 -05:00
pyproject.toml Refactor packaging structure (src/core) and fix build paths 2025-11-04 04:56:46 -05:00
README.md Initial commit: img2pdf v1.0.0 2025-11-04 04:24:17 -05:00

Leak Technologies — img2pdf

Version: 1.0.0
Author: Stu Leak (leaktechnologies@proton.me)
License: MIT


Overview

img2pdf is a lightweight, production-ready command-line utility that converts a single image or a folder of images into a PDF file.
Files are automatically sorted by filename (numerically and alphabetically), ensuring consistent page order.

Built for Arch Linux systems, fully AUR-ready, and modular enough for GUI integration later.


Features

  • Converts individual images or entire folders
  • Auto-sorts images (natural order)
  • Supports JPG, PNG, BMP, TIFF, WEBP
  • Clean, colorized CLI output
  • Safe overwrite handling (--overwrite)
  • Optional quiet mode for scripting (--quiet)

Usage

img2pdf <input_path> [-o output.pdf] [--overwrite] [--quiet]