FmDispatcher Questions
Hi All,
I'm trying to save fm files to xml files using the fmDispatcher .I followed the instructions in the reference fdk guide.This is my code
{
F_ApiCallClient("FmDispatcher", "XmlInit");
F_ApiCallClient("FmDispatcher", "StructuredNoApp XML");
F_ApiCallClient("FmDispatcher", "StructuredOutputDir D:/FrameTest/");
F_ApiCallClient("FmDispatcher", "StructuredOutputSuffix xml");
F_ApiCallClient("FmDispatcher", "StructuredLog D:\\FrameTest\\");
F_ApiCallClient("FmDispatcher", "StructuredFlow A");
F_ApiCallClient("FmDispatcher", "StructuredStartList");
F_ApiCallClient("FmDispatcher", "StructuredWriteXml D:\\FrameTest\\xyz.fm");
F_ApiCallClient("FmDispatcher", "StructuredEndList");
}
I want to know how I can pass a structured fm folder and save all the files in that folder as xml in one go instead of passing a single file's name .Is it possible to create this outside framemaker as a separate application? Any help is much much appreciated. Thanks in advance!
