convert multiple page PDF to single image
Posted: 2008-11-20T11:00:20-07:00
I use this command:
My problem with multiple page PDF is, that multiple images are created.
I would like to have one single very long image to be created.
I use this feature as a print preview. So it's essential to be one image.
Is there a command to convert multiple paged PDF to one long image?
If not, how can I create one long image from the N ones, that are created after conversion?
Or if you have better idea, let me know.
Code: Select all
/usr/local/bin/convert -density 150 -quality 100 -resize 800x "tsfilename.pdf" "tsfilename.pdf.jpg"
I would like to have one single very long image to be created.
I use this feature as a print preview. So it's essential to be one image.
Is there a command to convert multiple paged PDF to one long image?
If not, how can I create one long image from the N ones, that are created after conversion?
Or if you have better idea, let me know.