Question
How to process macro-containing office file types like “DOCm” or “PPTm”?
Answer
Macro-containing office file types like “DOCm” or “PPTm” aren't supported in FineReader Server.
For a complete list of supported formats, see help: Supported Input Formats
There is a workaround for most of the office files:
- Export your workflow;
- Add the required extensions for the selected office document processing application to exported .XML file, for example:
-
<CustomOfficeConvertionParams PreprocessorOptions="11" …
<CustomOfficeApplications
WordFilesMask="*.doc;*.docx;*.rtf;*.html;*.htm;*.txt;*.odt;*.DOCM"
ExcelFilesMask="*.xls;*.xlsx;*.XLSM;*.ods"
PowerPointFilesMask=""
VisioFilesMask=""/>
</CustomOfficeConvertionParams>
-
-
Import the workflow.
Sample workflow attached.
Note: We cannot guarantee the processing of such documents.
Comments
0 comments
Please sign in to leave a comment.