Project

image2pdf

0.0
No commit activity in last 3 years
No release in over 3 years
This is a pure Ruby command line program that converts a set of images into a PDF document. It supports JPEG and PNG file formats. Examples: * image2pdf -o foo.pdf foo.jpg * image2pdf -o bar.pdf bar/*.jpg
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.3.0, ~> 1.3
>= 2.0.0, ~> 2.0
 Project Readme

image2pdf

This is a pure Ruby command line program that converts a set of images into a PDF document.

It supports JPEG and PNG file formats.

Tested on Ruby 2.2.2, but it should be able to run on Ruby >= 2.0.

Installation

gem install image2pdf

Examples

  • image2pdf -o foo.pdf foo.jpg
  • image2pdf -o bar.pdf bar/*.jpg