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
autoRepairDisabled?
optional
autoRepairDisabled:boolean
A boolean property that controls whether automatic repairs on PDF files are disabled.
Setting this property to true
prevents the application from performing any automatic
repair operations on PDF files, which could alter the file's structure and potentially
invalidate digital signatures within the document.
Default
false
Inherited from
InputDocument
.autoRepairDisabled
data
data:
Uint8Array
|Blob
|File
A Blob
, File
or Uint8Array
containing the file.
fileName?
optional
fileName:string
Name for the input document
Inherited from
password?
optional
password:string
The password used for opening the PdfDocument.