33 lines
829 B
Markdown
33 lines
829 B
Markdown
# 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
|
|
|
|
```bash
|
|
img2pdf <input_path> [-o output.pdf] [--overwrite] [--quiet]
|