Bytes in the Margin
  • Posts Archive
  • Categories
  • Tags
  • About

Get the First Page of a PDF as an Image post

Easy with image magick:

# get the first page as a PNG
convert -resize 1275x1650 "example.pdf"[0] cover.jpg

# make the smaller version
convert -resize 155x200 cover.jpg

Categories: Uncategorized

  • Next: Everything I learned to manage my career I learned from Soccer
  • Previous: Procedural Map generation
Bytes in the Margin
To Get You Started
Links
  • sculpin.io
  • @getsculpin
© 2026 Bytes in the Margin