Converting a multiple-page PDF to a single image

后端 未结 5 898
臣服心动
臣服心动 2020-12-29 09:32

I\'m attempting to convert a PDF into a single image using GhostScript.

Only the first page is converted, while my intention is to generate a horrendously tall PNG/

5条回答
  •  感动是毒
    2020-12-29 09:45

    You will most likely need to render the single pages using GS and then combine them to a single PNG/JPG using some scripting language.

提交回复
热议问题