jpg2pdf and merge into a one pdf file



Howdy :-)

I try to create a script to convert jpg files to pdf:

#!/bin/sh
convert "$1" "${1/.jpg/.pdf}"

end use it by nautilus script manager, next create one pdf file with all
jpg files.

How can I do this script?

thanks :)

Pol



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