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" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 
: :'  : Registered linux user #271693 
`. `'`  
  `-    http://www.debian.org/ - The Universal Operating System

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to