tags:

views:

216

answers:

3

well i need a method to convert word files to swf.
please dont suggest scribd.com or any other similar tools because i need to host the files at my server.
so is this possible?
i know that you can convert pdf to swf using link text but i didnt find anything about word documents thanks

+1  A: 

PDFs and PowerPoint files can be displayed as SWF directly, without any conversion on your side, using Google Docs Viewer. The files can be hosted on your server, must be accessible through a public URL though... This article explains how you can easily embed the viewer to display a file from a given URL.

As klausbyskov wrote, you could convert the word files to PDFs and then use Google Docs Viewer to display the PDFs. Converting word files requires word to be installed on the server! This SO post explains how you can convert word files to PDFs from .Net.

Vinz
+1  A: 

You can use:

Adobe FlashPaper Or Print2Flash

Both tools provide facility to convert any printable document to swf, there is also facility to convert document programetically.

Lalit
I guess these are both windows applications that cannot be used programmatically?
Vinz
Print2Flash have a version for 500$ which can used on a server.http://print2flash.com/register/
Karim
Print2Flash is as simple as running a command linep2fserver.exe c:\1.docx c:\1.swfto convert document, i have already created service for convertion process, request initiated by asp.net page.You can use free edition to convert document as well, but it will show it's logo in converted document, i prefer "Pro mode" which is around 80$.problem with FlashPaper is adobe has stopped it's support.
Lalit
+1  A: 

The Alfresco DMS uses OpenOffice to convert Word to PDF and then PDF2SWF to convert PDF to Flash.

(edit) The conversion process is managed by http://www.artofsolving.com/opensource/jodconverter

Steve-o