- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ps2pdf (0.03 sec)
-
src/main/assemblies/files/generate-thumbnail
elif [[ x"${cmd_type}" = "xps" ]] ; then check_command convert check_command pdftoppm check_command ps2pdf target_file=$(echo "$url" | sed -e "s#^file:/*#/#g") tmp_pdf_file=/tmp/thumbnail.pdf.$$ ps2pdf "${target_file}" ${tmp_pdf_file} if [[ ! -f ${tmp_pdf_file} ]] ; then echo "ps2pdf does not work." exit 1 fi tmp_png_prefix=/tmp/thumbnail.png.$$
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jun 12 13:13:28 UTC 2023 - 2.5K bytes - Viewed (0)