AndyJarrett

Batch Processing word docs to FlashPaper

Recently for work I have had to convert quite a few word docs to the FlashPaper format.Realising how long this would take I looked into an undocumented feature of the FlashPrinter.exe of callingit from the command line and passing the required arguments.You can easily take my code and get any language like Java or even Ant to do the following. The command you need to run is:FlashPrinter.exe {PATH TO DOCUMENT} -o {OUTPUT PATH & FILE with SWF extention}All the CF code below does is filter on the directory query looking for word documents.If you have any changes or suggestions contace me here #args#