Skip to content
View pdf2png.sh
#!/bin/bash
# Script to convert PDF file to PNG images
#
# Dependencies:
# * ghostscript
for PDF in "$@"
do
echo "Processing $PDF..."
Something went wrong with that request. Please try again.