On 2009-01-22 01:58, Michael Shiloh wrote:
> What's a good way to automatically create a pdf file from a bunch of
> images?

I use this script:
http://tromer.org/misc/pages2pdf

Help text:
  Converts a bunch of image files (in any common format) into one PDF file.
  Optionally, reduces resolution and includes multiple images per page.

  Usage: pages2pdf [opt...] outputname imagefile1 imagefile2 ...
  Options:
    --paper=PAPER_NAME Change paper size (e.g., a4 or letter)
    --scale=NUM        Scale so that width and height are at most NUM pixels
    --nup=2x2          N-up (multiple images per output page)
    --landscape        Rotate paper to landscape mode.
    --slideshow        PDF file opens in full-screen single-page mode
    --fit              Vary page sizes to fit pictures
    --rotate=NUM       Rotate all images by NUM degrees clockwise
    --compress=ALG     Choose compression algorithm (LZW=lossless, JPEG=lossy)
    --quality=num      Choose compression level (0..100), if --compress=JPEG

Patches are welcome.

  Eran

=================================================================
To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il

Reply via email to