Following are the list of file formats that can be converted from source file formats (listed above in Source Formats) to destination file formats:
- BMP
- GIF
- IOCA
- JPEG
- MO:DCA
- TIFF
MST Batch Converter is a powerful image and files conversion application that converts large batches of documents and/or image files from one file type format to another. Integrated with the MS Technology Envision IT™ technology to ensure the highest fidelity, the MST Batch Converter has built-in functionality to support various file conversions concurrently with an easy-to-use user interface, making fast and accurate conversions. It converts files, such as TIFF, JPEG, MO:DCA, DICOM, ASCII, Email, MS Office formats and many others, to more portable file types, such as PDF and TIFF.
The MST Batch Converter is optimized to convert thousands of documents or images in a matter of seconds with the highest of fidelity.
Configure and execute multiple conversions concurrently with 100% accuracy. Configuring multiple source and destination file locations for conversion for the same time. Each conversion task can be individually monitored, paused and restarted at any given time.
The eViewer can manage hundreds of different document and image formats all from a single, web-based HTML5 application including PDF, TIFF, MS Office, MODCA, and more....
The MST Batch Converter is optimized to convert thousands of documents or images in a matter of seconds with the highest of fidelity.
Convert hundreds of documents types to more common, portable document types such as PDF and TIFF.
Convert documents with our without their annotations. Includes supports IBM Content Manager 88 and FileNet P8 annotations.
Available as a Windows or Linux desktop application, as well as a Java SDK, to be able to be deployed in any environment including IBM AIX.
The MST Batch Converter provides options to burn or convert specific types of annotations to the document in the converted output file. If the annotations were created by any of MST’s products, Adobe, WANG, or IBM, the MST Batch Converter can handle these to be either burned or converted to PDF annotations. Burning an annotation makes it a permanent part of the document and can no longer be modified.
Convert document stored in various subdirectories, and export the same directory structure of the source folder to the destination location to easily locate and map documents. This reduces the amount of effort involved by your users to setup conversion jobs.
Deskew and despeckle image cleanup, border removal, color reduction, dithering functions, and contrast, brightness, gamma correction, scale-to-gray resizing for 1bit images, and the color bit depth of an image or to convert a color image to grayscale or monochrome (bi-level).
MST Batch Converter can convert IBM proprietary file formats, MO:DCA, IOCA, and PTOCA documents, TIFF documents, and other imaged documents to text searchable PDF documents. Enabling your users to be able to search and extract text from these documents after conversion.
MST Batch Converter can easily convert IBM Content Manager 8 annotation into PDF annotations for preservation of annotations without needing to burn them to the document.
If the MST Batch Converter fails to convert a file, the file will be moved into a separate, designated folder and the reason for not being able to convert that file will be detailed in the conversion log file.
In this section we have provided technical information of MST Batch Converter.
If you require further assistance with topics, please feel free to contact us.
Following are the list of file formats that can be converted from source file formats (listed above in Source Formats) to destination file formats:
Below are the compression type formats that we support for encoding while conversion:
The MST Batch Converter is available in both .NET and Java platforms for ultimate versatility.
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strLoadDocXML: An Xml stream defining one or more documents to be rendered.
e.g.
<xml>
<Document>
<WorkingSetName>XXX</WorkingSetName>
<DocumentName>XXX</DocumentName>
<DocumentRetrieveURL>http://XXX</DocumentRetrieveURL>
<ECMDocumentId>XX</ECMDocumentId>
<RenderingMode>DuringDownload</RenderingMode>
</Document>
</xml>
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Next Page’ action.
The XML needs to be in the below format:
e.g.
<xml>
<Action>
<Type>NextPage</Type>
</Action>
</xml>
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Previous Page’ action.
The XML needs to be in the below format:
e.g.
<xml>
<Action>
<Type>PreviousPage</Type>
</Action>
</xml>
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Goto Page’ action w.r.t. document ID.
e.g.
<xml>
<Action>
<Type>GoToPage_Document</Type>
<WorkingSetName >XXX</ WorkingSetName>
<ECMDocumentId>XXX</ECMDocumentId>
<Document_PageNo >XXX</ Document_PageNo >
</Action>
</xml>
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Goto Page’ action w.r.t. Working Set.
e.g.
<xml>
<Action>
<Type>GoToPage_Workingset</Type>
<WorkingSetName >XXX</ WorkingSetName>
<WorkingSet_PageNo>XX</WorkingSet_PageNo>
</Action>
</xml>
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Next Document’ action.
The XML needs to be in the below format:
e.g.
<xml>
<Action>
<Type>NextDocument</Type>
</Action>
</xml>
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Previous Document’ action.
The XML needs to be in the below format:
e.g.
<xml>
<Action>
<Type>PreviousDocument</Type>
</Action>
</xml>
Sub GoTo_Document(string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Goto Document’ action.
e.g.
<xml>
<Action>
<Type>GoTo_Document</Type>
< WorkingSetName>XXX</WorkingSetName>
<ECMDocumentId>XXX</ECMDocumentId>
</Action>
</xml>
Sub Split_Horizontal_WorkingSet(string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Horizontal Split’ action w.r.t. working set.
e.g. w.r.t. WS
<xml>
<Action>
<Type>Split_Horizontal_WorkingSet</Type>
<WorkingSetName>XXX</WorkingSetName>
<Split_Screen_Top>
<WorkingSet_PageNo>XXX</WorkingSet_PageNo>
</Split_Screen_Top>
<Split_Screen_Bottom>
<WorkingSet_PageNo>XXX</WorkingSet_PageNo>
</Split_Screen_Bottom>
</Action>
</xml>
Sub Split_Horizontal_Document(string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Horizontal Split’ action w.r.t. Document.
e.g. w.r.t. Doc
<XML>
<Action>
<Type> Split_Horizontal_Document </Type>
<WorkingSetName>XXX</WorkingSetName>
<Split_Screen_Top>
<ECMDocumentId>XXX</ECMDocumentId>
<Document_PageNo>XXX</Document_PageNo>
</Split_Screen_Top>
<Split_Screen_Bottom>
<ECMDocumentId>XXX</ECMDocumentId>
<Document_PageNo>XXX</Document_PageNo>
</Split_Screen_Bottom>
</Action>
</XML>
Sub Split_Vertical_WorkingSet(string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Vertical Split’ action w.r.t. working set.
e.g. w.r.t. Working Set
<xml>
<Action>
<Type>Split_Vertical_Workingset</Type>
<WorkingSetName>XXX</WorkingSetName>
<Split_Screen_Left>
<WorkingSet_PageNo>XXX</WorkingSet_PageNo>
</Split_Screen_Left>
<Split_Screen_Right>
<WorkingSet_PageNo>XXX</WorkingSet_PageNo>
</Split_Screen_Right>
</Action>
</xml>
Sub Split_Vertical_Document(string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
b) strActionXML: An Xml stream defining ‘Vertical Split’ action w.r.t. Document.
e.g. w.r.t Document
<XML>
<Action>
<Type> Split_Vertical_Document </Type>
<WorkingSetName>XXX</WorkingSetName>
<Split_Screen_Left>
<ECMDocumentId>XXX</ECMDocumentId>
<Document_PageNo>XXX</Document_PageNo>
</Split_Screen_Left>
<Split_Screen_Right>
<ECMDocumentId>XXX</ECMDocumentId>
<Document_PageNo>XXX</Document_PageNo>
</Split_Screen_Right>
</Action>
</XML>
Sub Remove_Split_Horizontal(string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Remove Horizontal Split’ action.
e.g.
<XML>
<Action>
<Type>Remove_Split_Horizontal</Type>
<WorkingSetName>XXX</WorkingSetName>
</Action>
</XML>
Sub Remove_Split_Vertical (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Remove Vertical Split’ action.
e.g.
<XML>
<Action>
<Type>Remove_Split_Vertical</Type>
<WorkingSetName>XXX</WorkingSetName>
</Action>
</XML>
Sub Remove_Split (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Remove Split’ action.
e.g.
<XML>
<Action>
<Type>Remove_Split</Type>
<WorkingSetName>XXX</WorkingSetName>
</Action>
</XML>
Sub Split_Horizontal_SetFocus (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Focus shift on Split’ action.
e.g.
<XML>
<Action>
<Type>Split_Horizontal_SetFocus</Type>
<WorkingSetName>XXX</WorkingSetName>
<Focus>Top</Focus>
</Action>
</XML>
Sub Split_Vertical_SetFocus (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Focus shift on Split’ action.
e.g.
<XML>
<Action>
<Type>Split_Vertical_SetFocus</Type>
<WorkingSetName>XXX</WorkingSetName>
<Focus>Left</Focus>
</Action>
</XML>
Sub Scroll_Vertical_PageDown (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘PageDown event on vertical scroll’ action.
e.g.
<XML>
<Action>
<Type>Scroll_Vertical_PageDown </Type>
</Action>
</XML>
Sub Scroll_Vertical_PageUp (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘PageUp event on vertical scroll’ action.
e.g.
<XML>
<Action>
<Type>Scroll_Vertical_PageUp</Type>
</Action>
</XML>
Sub Scroll_Horizontal_PageRight (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘PageRight event on Horizontal scroll’ action.
e.g.
<XML>
<Action>
<Type>Scroll_Horizontal_PageRight</Type>
</Action>
</XML>
Sub Scroll_Horizontal_PageLeft (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘PageLeft event on Horizontal scroll’ action.
e.g.
<XML>
<Action>
<Type>Scroll_Horizontal_PageLeft</Type>
</Action>
</XML>
Sub CloseDocument (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Close Document’ action.
e.g.
<XML>
<Action>
<Type>CloseDocument</Type>
<WorkingSetName>XXX</WorkingSetName>
<ECMDocumentId>XXX</ECMDocumentId>
</Action>
</XML>
Sub CloseAllDocuments (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Close All Documents’ action.
e.g.
<XML>
<Action>
<Type>CloseAllDocuments</Type>
<WorkingSetName>XXX</WorkingSetName>
</Action>
</XML>
Sub CloseAllWorkingSet (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Close All Documents in all open working set windows’ action.
e.g.
<XML>
<Action>
<Type>CloseAllWorkingSet</Type>
</Action>
</XML>
Sub CloseApplication (string strActionXML)
Member of PlugVBComLib.IMSVBCom
Parameters Info
a) strActionXML: An Xml stream defining ‘Close application’ action.
e.g.
<XML>
<Action>
<Type>CloseApplication</Type>
</Action>
</XML>
© 2011 - 2023 MS Technology Inc. All Rights Reserved.