Ghostscript Multipage PDF to PNG

后端 未结 3 1169
礼貌的吻别
礼貌的吻别 2021-02-01 21:28

I\'ve been using ghostscript to do pdf to image generation of a single page from the pdf. Now I need to be able to pull multiple pages from the pdf and produce a long vertical

3条回答
  •  囚心锁ツ
    2021-02-01 21:56

    First check the output device options; but I don't think there's an option for that.

    Most probably you'll need to do some imposition yourself, either make GhostScript do it (you'll have to write a PostScript program), or stitch the resulting rendered pages with ImageMagick or something similar.

    If you want to try the PostScript route (likely to be the most efficient), check the N-up examples included in the GhostScript package.

提交回复
热议问题