
Optional email notification once PDF are converted to JPG Thanks to our powerful infrastructure, the processing is usually completed in a blink. Our tool is designed to generate great pictures. Obviously, quality should not be compromised. So you can complete this task in no time. We just wanted to offer a useful tool to the Internet. So, no need to resize add the -density flag.Why is the converter you need Its resolution is 758x996 pixels, using 8-bit Gray color space. The better, sharp image on the left has a file size of 337.879 Bytes (330 kByte).

Its resolution is 3060x3960 pixels, using 16-bit RGB color space. The worse, blurry image on the right has a file size of 1.941.702 Bytes (1.85 MByte).(To really see and appreciate the differences between the two, right-click on each and select "Open Image in New Tab.".) Compare this to the result of my original command ( the image on the right): PNG outputĬonvert -density 150 -trim test.pdf page%d.png JPEG outputĬonvert -density 150 -trim test.pdf -quality 100 -flatten -sharpen 0x1.0 page%d.jpgĪs per explanation from his great answer): convert \ You can use convert ( ImageMagick ) to parse PDF files. # convert only until the first page of the PDFįor more information on how to use the CLI-Parameters, have a look at Using Ghostscript # start converting on the first side of the PDF # use the PDFs Trim-Box to define the final image # If you are converting a CMYK-PFD to RGB-color you should use CIE-Color # Create a PNG-File with alpha-transparency # which will be replaced with the sequence-number of the file # When converting multiple-page PDFs you should add "%d" to the filename-string gs -dSAFER -dQUIET -dNOPLATFONTS -dNOPAUSE -dBATCH \

Alternatively, you can use ghostscript which is not preinstalled on every Mac (that is what ImageMagick uses under the hood).
