Skip to content

Instantly share code, notes, and snippets.

@Marzogh
Created May 12, 2024 01:19
Show Gist options
  • Save Marzogh/dd6450a41970b7ab33829f08e6148b59 to your computer and use it in GitHub Desktop.
Save Marzogh/dd6450a41970b7ab33829f08e6148b59 to your computer and use it in GitHub Desktop.
Terminal commands
  • Convert from pdf to ppng

Make sure sips (scriptable image processing system) is installed - usually by default. Only wiorks on first page of pdf Replace png with jpeg to use that format

sips -s format png your_pdf_file.pdf --out your_png_file.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment