[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: convert jpg pages to pdf file



On Tue, Sep 09, 2003 at 08:05:19AM -0700, Rodney D. Myers wrote:
> On Tue, 9 Sep 2003 17:19:27 +0300
> "Mihalis I. Tsoukalos" <mtsouk@freemail.gr> wrote:
> 
> > Dear list,
> > I have the following question:
> > 
> > I have some scanned pages in jpg format. I want to convert them in one
> > pdf file. How can I do this?
> > 
> > many thanks in advance,
> > Mihalis
> > 
> 
> One way, though a number of steps.
> 
> Open the file in your favorite editor/viewer (gimp), and then print to
> file *.ps. 
> 
> After that run ps2pdf *.ps, and you have a PDF files of the pic
> 

Or convert from the Imagemagick package:

 $ convert -page a4 *.jpg foo.pdf

-- 
 .''`.  Jason Chambers <chambersj@thingy.org.uk> 
: :'  : Registered linux user #271693 
`. `'`  
  `-    http://www.debian.org/ - The Universal Operating System

Attachment: pgpVpJYYLA0BC.pgp
Description: PGP signature


Reply to: