使用CustomJS API将HTML转换为PDF并通过Webhook返回
初级
这是一个Building Blocks领域的自动化工作流,包含 3 个节点。主要使用 Webhook, RespondToWebhook, Html2Pdf 等节点。 使用CustomJS API将HTML转换为PDF并通过Webhook返回
前置要求
- •HTTP Webhook 端点(n8n 会自动生成)
使用的节点 (3)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "fcf18fc485cc336a31bc65574fd28e124660f468281b7aad773616b17903afe6",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "37bd6cc9-3cc4-442e-94c1-42972c0fce0d",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
80,
0
],
"webhookId": "060dbacf-0feb-43d4-b4ac-44011a7dd1a4",
"parameters": {
"path": "060dbacf-0feb-43d4-b4ac-44011a7dd1a4",
"options": {},
"responseMode": "responseNode"
},
"typeVersion": 2
},
{
"id": "3c05c0e4-7121-46d0-b35c-fc39cdd35ae7",
"name": "响应 Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
580,
0
],
"parameters": {
"options": {},
"respondWith": "binary"
},
"typeVersion": 1.1
},
{
"id": "3f5ba2a7-148d-4921-b2ca-9dee17a2b278",
"name": "HTML 转 PDF",
"type": "@custom-js/n8n-nodes-pdf-toolkit.html2Pdf",
"position": [
340,
0
],
"parameters": {
"htmlInput": "<h1>Hello CustomJS!</h1>\n<h2>CustomJS provides the missing toolset for your no-code projects</h2>"
},
"credentials": {
"customJsApi": {
"id": "SZkqeEHVYyWhaGem",
"name": "CustomJS account"
}
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Webhook": {
"main": [
[
{
"node": "HTML to PDF",
"type": "main",
"index": 0
}
]
]
},
"HTML to PDF": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用CustomJS API生成PDF发票
使用CustomJS API生成PDF发票
Set
Code
Webhook
+2
5 节点CustomJS
财务
落地页 -> PDF表单填写 -> 邮件
自动化PDF表单处理,使用Web表单和邮件发送
Set
Html
Webhook
+6
12 节点CustomJS
着陆页 -> NDA Word文档(Docx) -> 电子邮件
从网页表单提交生成并邮件发送定制NDA文档
Set
Html
Webhook
+4
10 节点CustomJS
通过Google表格捕获网站截图到Google云端硬盘(使用CustomJS)
通过Google表格使用CustomJS捕获网站截图并保存到Google云端硬盘
Google Drive
Google Sheets Trigger
Website Screenshot
3 节点CustomJS
开发运维
通过CustomJS API下载并合并多个PDF文件
使用CustomJS API从URL下载并合并多个PDF文件
Code
Split Out
Http Request
+3
7 节点CustomJS
其他
OIDC客户端工作流
使用OpenID Connect在工作流中验证用户身份
If
Set
Code
+5
15 节点please-open.it
构建模块