8
n8n 한국어amn8n.com

ConvertAPI를 사용하여 DOCX(URL에서)를 PDF로 변환

초급

이것은Building Blocks분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 HttpRequest, ManualTrigger, ReadWriteFile 등의 노드를 사용하며. ConvertAPI를 사용하여 URL의 DOCX 파일을 PDF로 변환

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "1dd912a1610cd0376bae7bb8f1b5838d2b601f42ac66a48e012166bb954fed5a",
    "templateId": "2297",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "41ce128f-e9e5-478f-8954-c94019884721",
      "name": "'워크플로 테스트' 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -160,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3a3b3212-2eb3-411e-981e-37bd3f3e46fe",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        240
      ],
      "parameters": {
        "url": "https://v2.convertapi.com/convert/docx/to/pdf",
        "method": "POST",
        "options": {
          "response": {
            "response": {
              "responseFormat": "file"
            }
          }
        },
        "sendBody": true,
        "contentType": "multipart-form-data",
        "sendHeaders": true,
        "authentication": "genericCredentialType",
        "bodyParameters": {
          "parameters": [
            {
              "name": "file",
              "value": "={{ $json.url_to_file }}"
            }
          ]
        },
        "genericAuthType": "httpQueryAuth",
        "headerParameters": {
          "parameters": [
            {
              "name": "Accept",
              "value": "application/octet-stream"
            }
          ]
        }
      },
      "credentials": {
        "httpQueryAuth": {
          "id": "WdAklDMod8fBEMRk",
          "name": "Query Auth account"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "987ec4b3-3241-4cb6-b735-04754ead8ef8",
      "name": "디스크에서 파일 읽기/쓰기",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        1000,
        240
      ],
      "parameters": {
        "options": {},
        "fileName": "document.pdf",
        "operation": "write",
        "dataPropertyName": "=data"
      },
      "typeVersion": 1
    },
    {
      "id": "d99ed058-ab0c-4310-8e75-3d4b073c234b",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        540,
        40
      ],
      "parameters": {
        "width": 372,
        "height": 383,
        "content": "## Authentication\nConversion requests must be authenticated. Please create \n[ConvertAPI account to get authentication secret](https://www.convertapi.com/a/signin)\n\nCreate a query auth credential with `secret` as name and your secret from the convertAPI dashboard as value"
      },
      "typeVersion": 1
    },
    {
      "id": "3e4f5f45-36c8-4a71-b053-6b5beafa3025",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        240
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "25315146-5709-49d4-9c01-27dd5eeba879",
              "name": "url_to_file",
              "type": "string",
              "value": "https://cdn.convertapi.com/cara/testfiles/document.docx"
            }
          ]
        }
      },
      "typeVersion": 3.3
    },
    {
      "id": "895324aa-e373-4049-8b4b-aefed7a61239",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        40
      ],
      "parameters": {
        "width": 353,
        "height": 375,
        "content": "## Configuration \nChange the `url_to_file` parameter here to the file you want to convert"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "3e4f5f45-36c8-4a71-b053-6b5beafa3025": {
      "main": [
        [
          {
            "node": "3a3b3212-2eb3-411e-981e-37bd3f3e46fe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3a3b3212-2eb3-411e-981e-37bd3f3e46fe": {
      "main": [
        [
          {
            "node": "987ec4b3-3241-4cb6-b735-04754ead8ef8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "41ce128f-e9e5-478f-8954-c94019884721": {
      "main": [
        [
          {
            "node": "3e4f5f45-36c8-4a71-b053-6b5beafa3025",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 빌딩 블록

유료인가요?

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

워크플로우 정보
난이도
초급
노드 수4
카테고리1
노드 유형4
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34