Simple batch script for windows to leverage a few libraries to generate an opinionated pdf file.
- Batchfile 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| generate-pdf-script.bat | ||
| README.md | ||
Generate PDF from Images Script
Supported Operating Systems
- Windows 10 and newer
Installation
Simply download the batch script, copy the file to the directory with the images, and execute it in that directory. The script will always set its own working directory to it's file location.
Dependencies
- imagemagick's mogrify command
- img2pdf
- imagedimsearch - Contact siru@codessh.de for a copy
Usage
Run the batch script in the location with the image files. No other command line arguments have to be added. The script will automatically process all PNG and JPG/JPEG files in the directory, and convert them into a PDF file.
Changelog
- 2026-01-02: v1.0.0 released as a starting version