Convert Pdf to Swf using Java

Does anyone know a Java tool that can convert a pdf file to a swf file?

To clarify, we are creating a website for creating photo albums. The photo album editor is written in Flash (ActionScript 3.0) and then in the background written in Java, and it creates a PDF for the album. The problem is that there are two rendering engines (Flash for the client side and Java on the server), and their output should be identical. We believe that when creating a background file a PDF file and then converting it to swf gives the highest accuracy, therefore, a conversion tool is needed for this. However, if people have other solutions, they are also welcome.

+4
source share
1 answer

Solution that can be used:
- The server creates a PDF file - The server starts the conversion program (for example this one )
- The client uses a flash file

0
source

All Articles