Simple batch script for windows to leverage a few libraries to generate an opinionated pdf file.
  • Batchfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-02 14:41:34 +00:00
generate-pdf-script.bat [FEAT] Added base version 1.0 2026-01-02 14:33:45 +00:00
README.md [MISC] Added repo readme with basic instructions 2026-01-02 14:41:34 +00:00

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

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