readPDF.json•1.19 kB
{
"nodeType": "n8n-nodes-base.readPDF",
"displayName": "Read PDF",
"description": "Reads a PDF and extracts its content",
"version": 1,
"properties": [
{
"name": "binaryPropertyName",
"displayName": "Input Binary Field",
"type": "string",
"default": "data",
"description": "Name of the binary property from which to read the PDF file",
"required": true
},
{
"name": "encrypted",
"displayName": "Encrypted",
"type": "boolean",
"default": false,
"required": true
},
{
"name": "password",
"displayName": "Password",
"type": "string",
"default": "",
"description": "Password to decrypt the PDF file with",
"displayOptions": {
"show": {
"encrypted": [
true
]
}
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [
"Main"
],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [
"Main"
],
"produces": [
"Main"
]
}
}