8
n8n 한국어amn8n.com

CustomJS API를 통해 여러 PDF 파일 다운로드 및 병합

중급

이것은Other, Building Blocks분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Code, SplitOut, HttpRequest, ManualTrigger, ReadWriteFile 등의 노드를 사용하며. CustomJS API를 사용하여 URL에서 다운로드하고 여러 PDF 파일을 병합

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "b503899dfd9ae32bbf8e1f446a1f2c9b3c59f80c79b274c49b1606b7ae9579e1",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "19f32c25-df26-426d-8e28-f1d29c8571b1",
      "name": "분할 출력",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -200,
        -240
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "data"
      },
      "typeVersion": 1
    },
    {
      "id": "7360c3f9-2e11-4839-b105-ecab66a39af2",
      "name": "HTTP 요청1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        20,
        -240
      ],
      "parameters": {
        "url": "={{ $json.data }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "49cb0c7b-c9d8-4bf1-afa5-5afab9e7967e",
      "name": "디스크 파일 읽기/쓰기2",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        460,
        -240
      ],
      "parameters": {
        "options": {},
        "fileName": "test.pdf",
        "operation": "write"
      },
      "typeVersion": 1
    },
    {
      "id": "05ef1b18-481d-40f8-a6b3-712bb9ba2b6f",
      "name": "디스크 파일 읽기/쓰기3",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        680,
        -240
      ],
      "parameters": {
        "options": {},
        "fileSelector": "test.pdf"
      },
      "typeVersion": 1
    },
    {
      "id": "c8f0971c-e1e0-4add-83cb-932902f80b56",
      "name": "클릭 시 ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -640,
        -240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b83c51ea-9afc-411a-baad-429776e843f3",
      "name": "PDF Array",
      "type": "n8n-nodes-base.code",
      "position": [
        -420,
        -240
      ],
      "parameters": {
        "jsCode": "return { data: [\n  \"https://www.intewa.com/fileadmin/documents/pdf-file.pdf\", \"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf\"\n]}"
      },
      "typeVersion": 2
    },
    {
      "id": "b122b6e4-2dfa-4f1f-8547-36ba91ca93f9",
      "name": "병합 PDF",
      "type": "@custom-js/n8n-nodes-pdf-toolkit.mergePdfs",
      "position": [
        240,
        -240
      ],
      "parameters": {},
      "credentials": {
        "customJsApi": {
          "id": "BFGbk0a71fKWY967",
          "name": "CustomJS account"
        }
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Merge PDF": {
      "main": [
        [
          {
            "node": "Read/Write Files from Disk2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b83c51ea-9afc-411a-baad-429776e843f3": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request1": {
      "main": [
        [
          {
            "node": "Merge PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read/Write Files from Disk2": {
      "main": [
        [
          {
            "node": "Read/Write Files from Disk3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "b83c51ea-9afc-411a-baad-429776e843f3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 기타, 빌딩 블록

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형6
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34