Interface ReadPDFNodeParameters

Source
interface ReadPDFNodeParameters {
    binaryPropertyName?: string;
    encrypted?: boolean;
    password?: string;
}

Properties§

Source§

readonly binaryPropertyName?: string

Name of the binary property from which to read the PDF file Default: "data"

Source§

readonly encrypted?: boolean

Source§

readonly password?: string

Password to decrypt the PDF file with Type options: {"password":true}