Convert PDF to JPG

This is a pretty limited use case, probably something that will never be needed, but if you need to convert a PDF file to a JPG image, you may be able to do it with this command:

convert.exe -verbose -density 125 c:\temp\myfile.pdf -quality 100 c:\temp\myfile.jpg

Prerequisites

  • ImageMagick
  • Ghostscript
  • VC++ 2013 redistributable

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#