Howdy :-)
#!/bin/sh
convert "$1" "${1/.jpg/.pdf}"
using this script correctly convert jpg file to pdf (I use it with service
menu in kde).
Now, I'd like convert any files to pdf (like png, txt, etc.) but I don't how
do.
Can you help me?
thanks :-)
Pol