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

ImportConfigNEW

ImportConfig:

Configuration for the DocAuthSystem.import method.

DocAuthSystem.import

optional fileName: string

An optional file name (including extension, e.g. "report.docx"). Used as a hint to speed up auto-detection and distinguish between similar file types.


optional format: ImportFileFormat

When provided, format auto-detection is skipped and the file is imported as the specified format.

ImportFileFormat


optional abortSignal: AbortSignal

An optional signal to abort the import operation.