> I'm trying to convert a JPEG image to PDF.  I tried 'convert', but it
> appears that PDF is not a format that it can convert an image to.

It's not likely you'll find a single program to convert from JPEG to PDF.
Try something like this:

# jpegtopnm file.jpg > file.pnm
# pnmtops file.pnm > file.ps
# ps2pdf file.ps

Best,
Dave




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to