Chrome headless
CLIScreenshot or print any web page (local file or URL) to PNG/PDF with the browser you already have.
Screenshot a page (macOS, Google Chrome)Verified macOS
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --headless=new --disable-gpu --hide-scrollbars --window-size=1280,800 --screenshot=shot.png "http://localhost:3000/"+1 more matching recipedev-tools4 recipes · 4 verified
imagemagick
CLICreate, edit, and convert images from the command line.
Convert PDF to PNG (ImageMagick 7, macOS)Verified macOS
magick -density 150 input.pdf output.png+10 more matching recipesmedia11 recipes · 11 verified
poppler (pdftotext / pdftoppm)
CLIPDF text extraction, page info, and PDF → PNG rendering. The reliable way to read PDFs from a shell.
Render every page to PNG (page-1.png, page-2.png, …)Verified macOS · Linux
pdftoppm -r 150 -png input.pdf page+1 more matching recipeconversion6 recipes · 6 verified