I have a sequence of jpg images. Each scan is already cropped to the exact size of one page. These are consistent pages of a valuable and printed book. The publishing application requires that these pages be submitted as a single PDF file.
I could take each of these images and just pass them to a word processor (for example, OpenOffice) - unfortunately, the problem is that this is a very large book, and I have quite a few such books to go through. Obviously, this will take a long time. This is volunteer work!
My second idea was to use LaTeX (actually pdflatex) - I could make a very simple document consisting only of a series of embedded images. I am sure that this approach could be applied to work, it is a bit on the difficult side for something like simple work.
It occurred to me that there should be an easier way - so any suggestions?
I'm on Ubuntu 9.10, my main programming language is Python, but if the solution is super-simple, I would gladly accept any technology that works.
UPDATE, can someone explain what is going wrong here?
sal@bobnit :/media/NIKON D200/DCIM/100HPAIO/bat$ convert '*.jpg' bat.pdf convert: unable to open image `*.jpg': No such file or directory @ blob.c/OpenBlob/2439. convert: missing an image filename `bat.pdf' @ convert.c/ConvertImageCommand/2775.
Is there a way in the syntax of the convert command to indicate that bat.pdf is the result?
thanks
python documentation pdf-generation latex tex
Salim fadhley
source share