convert jpg to pdf problem
Posted: 2009-06-30T13:07:22-07:00
hi,
using Kubuntu 8.04 I'am trying to convert a jpg directory into a pdf file using the convert command on the terminal, but I keep getting for every image in the directory and at the end of the command line. I've also tried it running as root but I keep getting the same message. I've GhostScript installed and I'am guessing my problem has something to do with the paths ImageMagick uses to complete the task, but I don't know for sure nor how to fix it.
what should I do?
using Kubuntu 8.04 I'am trying to convert a jpg directory into a pdf file using the convert command
Code: Select all
convert *.jpg allinone.pdf
Code: Select all
convert: NoDecodeDelegateForThisImageFormat
Code: Select all
convert: MissingAnImageFilename `allinone.pdf' @ convert.c/ConvertImageCommand/2772
what should I do?