使用CustomJS API将HTML转换为PDF并压缩文件
中级
这是一个Design, AI, IT Ops领域的自动化工作流,包含 9 个节点。主要使用 Code, ManualTrigger, Html2Pdf, CompressPDF 等节点,结合人工智能技术实现智能自动化。 使用CustomJS API将HTML转换为PDF并压缩文件
前置要求
- •AI 服务 API Key(如 OpenAI、Anthropic 等)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "7599ed929ea25767a019b87ecbc83b90e16a268cb51892887b450656ac4518a2"
},
"nodes": [
{
"id": "b962ef3d-b0ad-4b21-bb15-61b6521bfd03",
"name": "HTML 转 PDF",
"type": "@custom-js/n8n-nodes-pdf-toolkit.html2Pdf",
"position": [
220,
0
],
"parameters": {
"htmlInput": "<h1>Hello World</h1>"
},
"credentials": {
"customJsApi": {
"id": "h29wo2anYKdANAzm",
"name": "CustomJS account"
}
},
"notesInFlow": false,
"typeVersion": 1
},
{
"id": "988f427e-7eca-43e5-a77d-c69a92ec6158",
"name": "压缩 PDF 文件",
"type": "@custom-js/n8n-nodes-pdf-toolkit.CompressPDF",
"position": [
460,
0
],
"parameters": {},
"credentials": {
"customJsApi": {
"id": "h29wo2anYKdANAzm",
"name": "CustomJS account"
}
},
"typeVersion": 1
},
{
"id": "bbbf9fb1-2fc2-4de1-9854-149b63c7070c",
"name": "当点击\"测试工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "492b07d3-4643-4d1e-acbb-b0a7b7fde350",
"name": "压缩 PDF 文件1",
"type": "@custom-js/n8n-nodes-pdf-toolkit.CompressPDF",
"position": [
460,
200
],
"parameters": {
"resource": "url",
"field_name": "={{ $json.path }}"
},
"credentials": {
"customJsApi": {
"id": "h29wo2anYKdANAzm",
"name": "CustomJS account"
}
},
"typeVersion": 1
},
{
"id": "d60193ff-0bf6-4692-83e2-d0e1e59c5656",
"name": "将 PDF 转换为 PNG",
"type": "n8n-nodes-base.code",
"position": [
220,
200
],
"parameters": {
"jsCode": "return {\"json\": {\"path\": \"https://www.nlbk.niedersachsen.de/download/164891/Test-pdf_3.pdf.pdf\"}};"
},
"typeVersion": 2
},
{
"id": "c68fc714-fc5a-456d-9126-ccbcfedce3ca",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
140,
-100
],
"parameters": {
"color": 4,
"height": 260,
"content": "### HTML 转 PDF"
},
"typeVersion": 1
},
{
"id": "5388484e-5b74-4ece-90a0-75fc3d9963b5",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
-100
],
"parameters": {
"color": 5,
"width": 260,
"height": 260,
"content": "### 压缩 PDF 页面"
},
"typeVersion": 1
},
{
"id": "014c6536-0270-4ac7-881a-4334816a9ffb",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
140,
160
],
"parameters": {
"color": 3,
"height": 260,
"content": "### 设置 PDF URL"
},
"typeVersion": 1
},
{
"id": "f6e18c8b-3109-414b-a539-dbb586d6e75e",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
160
],
"parameters": {
"color": 2,
"width": 260,
"height": 260,
"content": "### 压缩 PDF 页面"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"HTML to PDF": {
"main": [
[
{
"node": "Compress PDF file",
"type": "main",
"index": 0
}
]
]
},
"Set PDF URL": {
"main": [
[
{
"node": "Compress PDF file1",
"type": "main",
"index": 0
}
]
]
},
"Compress PDF file": {
"main": [
[]
]
},
"When clicking ‘Test workflow’": {
"main": [
[
{
"node": "HTML to PDF",
"type": "main",
"index": 0
},
{
"node": "Set PDF URL",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 设计, 人工智能, IT 运维
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
pdf 转文本
使用CustomJS API将HTML转换为PDF并从PDF中提取文本
Code
Manual Trigger
Html2 Pdf
+1
5 节点CustomJS
设计
使用CustomJS PDF Toolkit将HTML和PDF文件转换为PNG图像
使用CustomJS PDF Toolkit将HTML和PDF文件转换为PNG图像
Code
Manual Trigger
Pdf To Png
+2
9 节点CustomJS
设计
我的工作流6
使用CustomJS API从PDF中提取特定页面
Http Request
Manual Trigger
Extract Pages
3 节点CustomJS
设计
模板演示-chatgpt-图片-1-带-drive-和-sheet副本
使用GPT-image-1生成图像并存储到Google Drive,包含成本跟踪
Set
Split Out
Aggregate
+8
16 节点darrell_tw
设计
[AOE] 收件箱和日历管理 Agent
使用 Gmail、Google Calendar 和 GPT-4o AI 自动化邮件与日历管理
Code
Gmail
Gmail Tool
+17
38 节点AOE Agent Lab
人工智能
SAP业务伙伴(A2X)业务版
使用OpenAI GPT-4o和Gmail报告自动化SAP业务伙伴分析
Code
Gmail
Http Request
+4
18 节点Ghufran Ridhawi
人工智能