Converting a multi page pdf to multiple pages using a single command

前端 未结 4 1199
醉梦人生
醉梦人生 2020-12-28 13:44

I want to convert multi page pdfs into single page images efficiently.

I already know how to do this one page at a time with imagemagick. For example,



        
4条回答
  •  执念已碎
    2020-12-28 14:15

    Ran into the same issue. Reinstall Imagemagick to work in Mountain Lion. If you use brew the simply

      $brew unlink imagemagick
      $brew install imagemagick
    

提交回复
热议问题