8
n8n 中文网amn8n.com

使用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)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类3
节点类型5
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流