mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
122 lines
2.2 KiB
JSON
122 lines
2.2 KiB
JSON
{
|
|
"name": "My workflow",
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"id": "1285fa02-e091-4bd3-89cf-c7e6c174ff49",
|
|
"name": "Manual Trigger",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [460, -120]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"url": "https://ontheline.trincoll.edu/images/bookdown/sample-local-pdf.pdf",
|
|
"options": {
|
|
"response": {
|
|
"response": {
|
|
"responseFormat": "file"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"id": "9c8b960d-e7c8-4116-97d4-4f5ca9872898",
|
|
"name": "Download PDF",
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
"typeVersion": 4.2,
|
|
"position": [680, -120]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"operation": "pdf",
|
|
"options": {}
|
|
},
|
|
"type": "n8n-nodes-base.extractFromFile",
|
|
"typeVersion": 1,
|
|
"position": [1340, -120],
|
|
"id": "5757782b-7029-44d6-b87e-5f9b5910f1b7",
|
|
"name": "Extract from File"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"operation": "write",
|
|
"fileName": "/tmp/downloaded-sample.pdf",
|
|
"options": {}
|
|
},
|
|
"type": "n8n-nodes-base.readWriteFile",
|
|
"typeVersion": 1,
|
|
"position": [900, -120],
|
|
"id": "2bc250b7-6f9f-4888-a229-beced5821b1b",
|
|
"name": "Write PDF"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"fileSelector": "/tmp/downloaded-sample.pdf",
|
|
"options": {}
|
|
},
|
|
"type": "n8n-nodes-base.readWriteFile",
|
|
"typeVersion": 1,
|
|
"position": [1120, -120],
|
|
"id": "e3402ffd-b322-4442-b0d1-18bb19a9a319",
|
|
"name": "Read PDF"
|
|
}
|
|
],
|
|
"pinData": {},
|
|
"connections": {
|
|
"Manual Trigger": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Download PDF",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Download PDF": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Write PDF",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Write PDF": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Read PDF",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Read PDF": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Extract from File",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"active": false,
|
|
"settings": {
|
|
"executionOrder": "v1"
|
|
},
|
|
"versionId": "8a74a3e5-c170-4d21-9821-90a47f3b7987",
|
|
"meta": {
|
|
"instanceId": "1b71763328f359150fb2679ac09d77f666c592638a32a2dd7f058138ceaf177d"
|
|
},
|
|
"id": "1sTDcSTRKmMsFNn6",
|
|
"tags": []
|
|
}
|