FG
💻 Software

Using Ghostscript to convert multi-page PDF into single JPG?

Fresh7 days ago
Mar 15, 202627145 views
Confidence Score0%
0%

Problem

I know Ghostscript can convert PDFs to JPGs, and in the case of a multi-page PDF, can rip each page to an individual JPG. But is it possible to have it rip them to one JPG, so that the pages are pasted below each other, e.g. the top half of the JPG is page 1, the bottom half is page 2? Or do I have…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Using Ghostscript to convert multi-page PDF into single JPG?

Low Risk

Yes, you'll have to convert each PDF page into a single JPG file (Ghostscript can do that). Then stitch together the resulting JPG files using another program (ImageMagick or GraphicsMagic can do that using their sub-commands). I'm not aware of any …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment