Skip to main content

View Post [edit]

Poster: rkumar Date: Dec 4, 2008 10:53pm
Forum: texts Subject: Re: Flip Book Format

Also, to convert existing pdfs into a stack of images for use with the flip book, you can use ImageMagick or GhostScript.

You can use the ImageMagick 'convert' command to do this:

convert input.pdf page%03d.jpg

You can learn more about ImageMagick at http://www.imagemagick.org/