Convert .ps to .pdf service menu is a very simple script to convert files from ps to pdf.
You need to have ps2pdf command installed. It is normally installed by default, if not (you can easily check with the command "which ps2pdf") you can install probably using your package manager (in suse it comes preinstalled, other distros i don't know).
The output pdf file will be the same and the file will be stored in your HOME directory.
No problem if the filename has spaces; in the conversion, they will be changed in underscores (I decided this because I really dislike spaced filenames... you can easily cut off that line of code).
HOW TO USE:
Make the .sh file executable (if necessary) and place it in a directory of your path, for example /home/YOUR_USERNAME/bin
Place the service menu file convert_ps_to_pdf.desktop in /home/YOUR_USERNAME/.kde/share/apps/konqueror/servicemenus
Requirements:
- KDE 3.x
Comments not found