On Mon, 12 Oct 2009 16:06:51 -0400
Jeffrey Ross wrote:

> I have a handful of image scans that are saved as JPG files, I'd like to 
> convert them to a single PDF file.
> 
> I know I can load the images one by one into one of the image 
> manipulation programs and print them as individual pdf files but not a 
> single file.
> 
> I'm sure there is a simple way from the command line to accomplish this.

convert file.jpg file.pdf

pdftk file1.pdf file2.pdf file3.pdf cat output finished.pdf 

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to