Skip to content
Prev 327440 / 398502 Next

.eps files and powerpoint

On Thu, Jul 25, 2013 at 9:30 AM, Richard M. Heiberger <rmh at temple.edu> wrote:
pdftoppm can do it and is available for linux and windows, hopefully
also on a Mac.

It is a command line utility and on linux, you would run something like

pdftoppm -png -r 300 file.pdf

to convert file.pdf to file00001.png, file00002.png etc (one png file
per page) at the resolution of 300 dpi.

HTH,

Peter

pdftoppm has many options, see its man page (or google).