Printing to individual gifs... fast.
February 11, 2009 12:15 PM Subscribe
I have (several) word documents and have a need to convert each individual page of the word documents to a gif file. I am looking for a fast, efficient, batch-process way of completing this task.
Any suggestions? What I am doing now is terribly inefficient, by printing each page to a pdf, then using a "scrolling screen" capture utility (fast stone) to capture the entire pdf sheet and save it to a gif.
posted by yoyoceramic to computers & internet (9 answers total) 1 user marked this as a favorite
The command line should look something like
convert somefile.pdf page%d.gif
posted by ghost of a past number at 12:29 PM on February 11, 2009