Skip to main content
Version: Version 5

Interface: InputFile

A file that can be opened on a Blob, File or Uint8Array.

Extends

Properties

annotationTag?

optional annotationTag: string

Tag that helps grouping annotations coming from present document (PDF, FDF or XFDF).

Inherited from

InputDocument.annotationTag


data

data: Uint8Array | Blob | File

A Blob, File or Uint8Array containing the file.


fileName?

optional fileName: string

Name for the input document

Inherited from

InputDocument.fileName


password?

optional password: string

The password used for opening the PdfDocument.

Inherited from

InputDocument.password