Reputation:

how to create Flash movies from PDF documents

I'm looking for an help to implement flash paper in my web site( sample .net web program). Requirement is any .doc and PDF file should automatically convert into flash paper at the time of display.

I would appreciate if I get help on how to create Flash movies from PDF documents.

Sample site url http://pdfmenot.com/

Looking for practical implementation of dynamic conversion

Thanks in advance.

Upvotes: 0

Views: 476

Answers (4)

Weegee
Weegee

Reputation: 2273

Take a look at SWF Tools. One of the tools included is PDF2SWF, which I think will do what you want.

Upvotes: 5

joe
joe

Reputation: 35097

PDF2SWF Tool. It works for me

Upvotes: 0

zenazn
zenazn

Reputation: 14345

Adobe makes a product that does this called FlashPaper. Costs money, but I hear it can be used in batch on a server.

Upvotes: 0

bean
bean

Reputation: 1101

I don't know of a single procedure to do this but you could use ImageMagick to convert the PDF to a series of images. Then Ming Sharp could be used to create the SWFs.

Upvotes: 0

Related Questions