Convert PDF to image with high resolution

前端 未结 18 1982
故里飘歌
故里飘歌 2020-11-28 00:13

I\'m trying to use the command line program convert to take a PDF into an image (JPEG or PNG). Here is one of the PDFs that I\'m trying to convert.

I want the progr

18条回答
  •  难免孤独
    2020-11-28 00:32

    I have found it both faster and more stable when batch-processing large PDFs into PNGs and JPGs to use the underlying gs (aka Ghostscript) command that convert uses.

    You can see the command in the output of convert -verbose and there are a few more tweaks possible there (YMMV) that are difficult / impossible to access directly via convert.

    However, it would be harder to do your trimming and sharpening using gs, so, as I said, YMMV!

提交回复
热议问题