PDF to PNG to PDF on macOS using ImageMagick
ImageMagick is an awesome command line tool for working with images.
Convert PDF to PNG files with magick
Convert a multi-page PDF file to PDFs with ImageMagick using the following command:
magick density -300 input.pdf -resize 30% outdir/output.png
...
blog.tinaciousdesign.com1 min read