Skip to content
Document Authoring DA  API Docs v1.12.0
npmGitHub

ImportFileFormatNEW

ImportFileFormat:

type ImportFileFormat =
| "docx"
| "dotx"
| "docm"
| "rtf"
| "odt"
| "markdown"
| "txt"
| "docjson"
| "png"
| "jpeg"
| "bmp"
| "gif"
| "webp";

A file type supported for import.

ImportConfig