Vincent T. wrote:
For your XSL-FO Converter, do you have the feature where I can do batch processing? Example selecting a folder containing FO files to be converted to Word.
Sorry but the answer is no. However writing such utility as a .bat file or a shell script[*], or for more efficiency, in Java[**] or .NET[***] is quite simple. This is even the reason why we didn't bother offering such batch feature.
--- [*] Simply invoke fo2docx in the a .bat file or a shell script: http://www.xmlmind.com/foconverter/_distrib/doc/user/command_line_java.html OR http://www.xmlmind.com/foconverter/_distrib/doc/dotnet/user/command_line_dotnet.html ---- [**] Simple Java program invoking XMLmind XSL-FO Converter: http://www.xmlmind.com/foconverter/_distrib/doc/user/sample1_java.html ----- [***] Simple C# (.NET) program invoking XMLmind XSL-FO Converter: http://www.xmlmind.com/foconverter/_distrib/doc/dotnet/user/sample1_dotnet.html -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

