Convert is cool once more

Got some PDF’s from a customer today.
I need to convert these into images, since the program I use for wifi measurement does not accept PDF’s.

Found the free solution of course, using linux.

convert -density 300 -trim test.pdf -quality 100 test.jpg

Always funny to see how … magical … the shear amount of options is for the cmd ‘convert’.

Found at http://stackoverflow.com/questions/6605006/convert-pdf-to-image-with-high-resolution

Thank you stackoverflow.com!

This entry was posted in linux, News. Bookmark the permalink.