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