Convert PDF file to one JPG or PNG image on centOS -
I have to convert a pdf file into a PNG file. I have tried,
convert-thumbnail 400x300 test.pdf test.png
This will convert the PDF file to PNG, but if in the PDF file Multiple image files are created after multiple pages, I want to convert the whole document to an image file.
Comments
Post a Comment