Interface ReadPDFNodeParameters

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

Properties§

§readonly binaryPropertyName?: string

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

§readonly encrypted?: boolean
§readonly password?: string

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