Problems converting files from pnm to pdf

Chris Mohler cr33dog at gmail.com
Sat Oct 10 22:09:23 UTC 2009


On Sat, Oct 10, 2009 at 4:33 PM, Jay Ridgley <jridgley2 at austin.rr.com> wrote:
> I figured it out, it helps to have the file name CORRECTLY SPELLED...

Glad you got it - you could also use imagemagick as well:

convert foo.pnm foo.pdf

Or for a bunch of them (untested, but I do this w/JPEG all the time):
ls *pnm | xargs -i convert {} {}.pdf

Chris




More information about the ubuntu-users mailing list