The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "PDF Parse - Basic Usage",
"description": "Example workflow showing basic PDF parsing from URL",
"nodes": [
{
"parameters": {
"operation": "parse",
"source": "url",
"url": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
"outputProperty": "extractedText",
"additionalOptions": {
"normalizeWhitespace": true,
"includeMetadata": true
}
},
"id": "1",
"name": "PDF Parse",
"type": "n8n-nodes-pdf-parse.pdfParse",
"typeVersion": 1,
"position": [
860,
240
]
},
{
"parameters": {
"method": "GET",
"url": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
"options": {
"response": {
"response": {
"responseFormat": "file"
}
}
}
},
"id": "2",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
640,
240
]
}
],
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "PDF Parse",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
PDF Parse - Basic Usage. Uses n8n-nodes-pdf-parse, httpRequest. Manual trigger; 2 nodes.
Source: https://github.com/ConniAU/n8n-pdf-parse/blob/3f032a824af3853f7078cb11a498f6506db82097/examples/basic-usage.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This automation connects directly to HeyGen's powerful AI video generation platform. It allows you to programmatically create videos with digital avatars and voiceovers, perfect for scaling your conte
API Integration. Uses start, httpRequest, json. Manual trigger; 4 nodes.
Fluxo Ia Evasao Import. Uses itemLists, httpRequest. Manual trigger; 4 nodes.
think-instance. Uses start, httpRequest. Manual trigger; 3 nodes.
A lean, 3-node automation that turns voice memos into tweets — so creators can capture ideas on the go and publish fast, without typing.