-
Curl to grab remote filename after following location
curl -O -J -L -g "https://path/to/complex/and/rare/url/"
Last active
September 19, 2017 14:52
-
-
Save VITIMan/a00290ae409ddf02169338b4afba7e06 to your computer and use it in GitHub Desktop.
command line
find ./ -type f \( -iname \*.jpg -o -iname \*.png \)
With ImageMagick
convert -density 150 input.pdf -quality 90 output.png
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment