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

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -