n0madic / img2pdf

img2pdf is a command line tool to convert raster images to PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img2pdf

img2pdf is a command line tool to convert raster images to PDF.

Installation

go install github.com/n0madic/img2pdf@latest

Usage

Usage: img2pdf [options] image1 [image2] ...

Options:
  -output string
    	Specify the output file name (default "output.pdf")
  -size string
    	Specify the page size (default "A4")

The image filename can be specified as a glob pattern.

About

img2pdf is a command line tool to convert raster images to PDF


Languages

Language:Go 100.0%