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.