|
About:
img2pdf is a simple commandline utility to convert a list of PNG, TIFF, or JPEG images to a single PDF document, one image per page. It was designed specifically to convert scanned pages to PDF format, but it will accept images of any aspect ratio and scale them to full page size (which, in general, will not maintain the aspect ratio). The hard work is performed by the Panda PDF library and its dependencies.
Release focus: Initial freshmeat announcement
Author:
Greg Roelofs [contact developer]
Homepage:
http://pobox.com/~newt/greg_software.html
Tar/GZ:
http://pobox.com/~newt/code/img2pdf-0.5-src.tgz
Trove categories:
[change]
Dependencies:
[change]
Panda PDF Generator (required)
libjpeg (Default branch) (recommended)
libpng (Default branch) (recommended)
libtiff (Development branch) (recommended)
zlib (Default branch) (recommended)
[download links]
|
|
» Rating:
8.26/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 25475)
» Popularity: 0.56% (Rank 10608)

(click to enlarge graphs)
Record hits: 8,504
URL hits: 4,645
Subscribers: 8
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
0.5
|
Initial freshmeat announcement |
02-Mar-2003 00:07 |
Comments
[»]
img2pdf Makefile & instructions
by Matt Rafferty - Jul 5th 2006 11:42:34
img2pdf-static target failed to build until I...
* added the location of my DB static library (panda dependency; I chose
Berkeley DB);
* added the -pthread option
I built on ubuntu, successfully after the above mods.
The README provides a very helpful comment about panda's intermediate file
'panda.db'. I would add this observation though: you _must_ delete this
file if, for any reason, you want to run img2pdf in the same location on
some or all of the same image files. If you don't delete it before running
img2pdf again, you'll find that the files processed in the previous run
show up as blank pages in the output in subsequent runs.
[reply]
[top]
|