Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
I need to convert a pdf file to some flash files , just as SWFTools with command "pdf2swf X.pdf -o %.swf -iS". but it works in Java Servlet.

Can anyone give me a guide ?
Posted

1 solution

Write a servlet that launches a shell process to run pdf2swf X.pdf -o %.swf -iS would be the easiest thing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900