Skip to content

Instantly share code, notes, and snippets.

@clintval
Created February 23, 2021 01:34
Show Gist options
  • Save clintval/d5f97a5165de25e28c4cbc55c666df2d to your computer and use it in GitHub Desktop.
Save clintval/d5f97a5165de25e28c4cbc55c666df2d to your computer and use it in GitHub Desktop.
Will rasterize PDFs, 4 at a time recursively, without anti-aliasing

Rasterize Recursively

 ❯ parallel -j4 convert -density 400 +antialias {} {.}.raster.pdf ::: **/*.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment