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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -