Interface: InputUri
A file that can be opened on a text-uri.
Extends
InputDocument
Properties
annotationTag?
optionalannotationTag:string
Tag that helps grouping annotations coming from present document (PDF, FDF or XFDF).
Inherited from
InputDocument.annotationTag
autoRepairDisabled?
optionalautoRepairDisabled: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 Value
false
Inherited from
InputDocument.autoRepairDisabled
fileName?
optionalfileName:string
Name for the input document
Inherited from
InputDocument.fileName
httpOptions?
optionalhttpOptions:HttpOptions
Options that are applied to a HTTP request.
password?
optionalpassword:string
The password used for opening the PdfDocument.
Inherited from
InputDocument.password
uri
uri:
string
The uri where the file can be loaded from.