interface ReadPDFNodeParameters { binaryPropertyName?: string; encrypted?: boolean; password?: string;}
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}
Name of the binary property from which to read the PDF file Default: "data"