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