convert multipage PDF file to one huge single JPG file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
taherkhani
Posts: 24
Joined: 07 Dec 2012 04:33

convert multipage PDF file to one huge single JPG file

#1 Post by taherkhani » 13 Oct 2013 03:11

hi everyone,

i want (for a certain purpose) convert a multipage PDF file to one huge single JPG file. i mean,

input PDF file:

+-------++-------++-------+.....
| 1 | | 2 || 3 |
| | | || |
+-------++-------++-------+.....

output JPEG file:

+-------+
| 1 |
| |
+-------+
| 2 |
| |
+..........+
| 3 |
| |
+..........+
. .
. .
. .

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: convert multipage PDF file to one huge single JPG file

#2 Post by foxidrive » 13 Oct 2013 04:10

SnagIt can capture a scrolling page to an image. It ain't cheap.

Look for something like that - or supply the PDF to download and I'll see if I can create the image for you as I do have Snagit.

aGerman
Expert
Posts: 4705
Joined: 22 Jan 2010 18:01
Location: Germany

Re: convert multipage PDF file to one huge single JPG file

#3 Post by aGerman » 13 Oct 2013 04:17

Not sure if ImageMagick could create an all-in-one JPG. It's free though. Just give it a try.

Regards
aGerman

taherkhani
Posts: 24
Joined: 07 Dec 2012 04:33

Re: convert multipage PDF file to one huge single JPG file

#4 Post by taherkhani » 13 Oct 2013 05:42

aGerman wrote:Not sure if ImageMagick could create an all-in-one JPG. It's free though. Just give it a try.

Regards
aGerman


i try but i can't find what you say in ImageMagick.

foxidrive wrote:SnagIt can capture a scrolling page to an image. It ain't cheap.

Look for something like that - or supply the PDF to download and I'll see if I can create the image for you as I do have Snagit.


I download SnagIt and work with it, but in the help menu for this program, you can see SnagIt don't support PDF file.

However, i can convert each page of a multipage PDF to a JPG, now question is, how can combine vertically these JPG files?

thanks a lot.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: convert multipage PDF file to one huge single JPG file

#5 Post by foxidrive » 13 Oct 2013 06:08

I tested a PDF using snagit and it worked fine - it doesn't *save* as PDF but you want to save as an image format.

FoxIt PDF reader shows vertical scrolling.

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: convert multipage PDF file to one huge single JPG file

#6 Post by penpen » 13 Oct 2013 10:11

An acquaintance of mine says, he uses Sobolsofts "Join Multiple JPG Files Into One Software", but i have never used it because it is not free:
http://www.sobolsoft.com/joinjpg/

penpen

Post Reply