/
Document formats 2 (Parser domains)

Document formats 2 (Parser domains)

Gets the list of document formats that can be translated in the system. There are filters for XML, Word, Excel and many other formats.


URL

(GET) settings/parserdomains2

PARAMETERS

token

The token obtained on connection

Required

 

RESULTS

Returns a list with these fields:

Domain

The identifier for the file format. APIs working with file formats will generally ask for this code.


Name

The name of the format.


TypeA numeric identifier. Internal use.
FileExtensionsAn array of file extensions that can be handled by the filter.


EXAMPLES

  	<ApiParserDomain>
        <Domain>FRAMEMAKER</Domain>
        <Name>Adobe FrameMaker</Name>
        <Type>25</Type>
        <FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a:string>.mif</a:string>
        </FileExtensions>
    </ApiParserDomain>
    <ApiParserDomain>
        <Domain>INCOPY</Domain>
        <Name>Adobe InCopy</Name>
        <Type>37</Type>
        <FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a:string>.icml</a:string>
        </FileExtensions>
    </ApiParserDomain>
    <ApiParserDomain>
        <Domain>INDESIGN</Domain>
        <Name>Adobe InDesign</Name>
        <Type>11</Type>
        <FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <a:string>.indd</a:string>
            <a:string>.idml</a:string>
        </FileExtensions>
    </ApiParserDomain>



Related content

Document formats (Parser domains)
Document formats (Parser domains)
More like this
settings/documentformats
settings/documentformats
More like this
settings/documentformats/profiles/list
settings/documentformats/profiles/list
More like this
Supported Document Formats
Supported Document Formats
More like this
settings/documentformats/configs/list
settings/documentformats/configs/list
More like this
Microsoft Word Files
Microsoft Word Files
More like this

Copyright Wordbee - Buzzin' Outside the Box since 2008