gsbatch allows you to run batch jobs (with some default options) using GhostScript.
gsbatch_topng *.pdfConvert a bunch of *.pdf images to PNG images.
gsbatch_topng uses as default output the same filename, but with the .pdf extension replaced
by .png.
conda install -c conda-forge gsbatchThis will also download and install all necessary dependencies.
pip install gsbatchThis will also download and install the necessary Python modules.
# Download gsbatch
git checkout https://github.com/tdegeus/gsbatch.git
cd gsbatch
# Install
python -m pip install .This will also download and install the necessary Python modules.