ConvertAPI를 사용하여 PPTX를 PDF로 변환
초급
이것은Building Blocks분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 HttpRequest, ManualTrigger, ReadWriteFile 등의 노드를 사용하며. ConvertAPI를 사용하여 PPTX를 PDF로 변환
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "1dd912a1610cd0376bae7bb8f1b5838d2b601f42ac66a48e012166bb954fed5a",
"templateId": "2305"
},
"nodes": [
{
"id": "853bd85f-66c8-4ed1-bd86-38f7bb24c02c",
"name": "‘Test workflow’ 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
380,
240
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0c06c484-7f84-48a7-803c-1788c15582d5",
"name": "결과 파일을 디스크에 저장",
"type": "n8n-nodes-base.readWriteFile",
"position": [
980,
240
],
"parameters": {
"options": {},
"fileName": "document.pdf",
"operation": "write",
"dataPropertyName": "=data"
},
"typeVersion": 1
},
{
"id": "3d75bdd7-5b69-421a-a0e4-a2f123feca08",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
100
],
"parameters": {
"width": 218,
"height": 132,
"content": "## Authentication\nConversion requests must be authenticated. Please create \n[ConvertAPI account to get authentication secret](https://www.convertapi.com/a/signin)"
},
"typeVersion": 1
},
{
"id": "ab417c81-d9ca-4fd2-9f39-d741738f47ee",
"name": "PPTX 파일 다운로드",
"type": "n8n-nodes-base.httpRequest",
"position": [
580,
240
],
"parameters": {
"url": "https://cdn.convertapi.com/public/files/demo.pptx",
"options": {
"response": {
"response": {
"responseFormat": "file"
}
}
}
},
"typeVersion": 4.2
},
{
"id": "8612be1b-9840-43aa-85c8-6ec1489a5e39",
"name": "PDF로 파일 변환",
"type": "n8n-nodes-base.httpRequest",
"position": [
780,
240
],
"parameters": {
"url": "https://v2.convertapi.com/convert/pptx/to/pdf",
"method": "POST",
"options": {
"response": {
"response": {
"responseFormat": "file"
}
}
},
"sendBody": true,
"contentType": "multipart-form-data",
"sendHeaders": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "file",
"parameterType": "formBinaryData",
"inputDataFieldName": "=data"
}
]
},
"genericAuthType": "httpQueryAuth",
"headerParameters": {
"parameters": [
{
"name": "Accept",
"value": "application/octet-stream"
}
]
}
},
"credentials": {
"httpQueryAuth": {
"id": "WdAklDMod8fBEMRk",
"name": "Query Auth account"
}
},
"notesInFlow": true,
"typeVersion": 4.2
}
],
"pinData": {},
"connections": {
"ab417c81-d9ca-4fd2-9f39-d741738f47ee": {
"main": [
[
{
"node": "8612be1b-9840-43aa-85c8-6ec1489a5e39",
"type": "main",
"index": 0
}
]
]
},
"8612be1b-9840-43aa-85c8-6ec1489a5e39": {
"main": [
[
{
"node": "0c06c484-7f84-48a7-803c-1788c15582d5",
"type": "main",
"index": 0
}
]
]
},
"853bd85f-66c8-4ed1-bd86-38f7bb24c02c": {
"main": [
[
{
"node": "ab417c81-d9ca-4fd2-9f39-d741738f47ee",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 빌딩 블록
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
ConvertAPI를 사용하여 DOCX(URL에서)를 PDF로 변환
ConvertAPI를 사용하여 URL의 DOCX 파일을 PDF로 변환
Http Request
Manual Trigger
Read Write File
+
Http Request
Manual Trigger
Read Write File
4 노드ConvertAPI
빌딩 블록
합치기
ConvertAPI를 사용하여 PDF 파일을 합칩니다.
Http Request
Manual Trigger
Read Write File
+
Http Request
Manual Trigger
Read Write File
6 노드ConvertAPI
빌딩 블록
자동 클리핑 – 자동으로 비디오 클립 생성 및 YouTube에 업로드
FFmpeg를 사용하여 태국어 인용문이 포함된 YouTube 동영상 자동 생성 및 업로드
Set
Code
Merge
+
Set
Code
Merge
23 노드Jaruphat J.
제품
n8n에서 Gemini AI로 이미지 및 PDF 처리하는 5가지 방법
在n8n中사용Gemini AI처리图像및PDF의5种方法
Set
Filter
Split Out
+
Set
Filter
Split Out
28 노드Julian Kaiser
빌딩 블록
Bright Data MCP 기반 AI Telegram 데이터 추출 봇
Bright Data MCP 통합 AI Telegram 데이터 추출 봇
If
N8n
Wait
+
If
N8n
Wait
21 노드Cyril Nicko Gaspar
엔지니어링
텍스트, 음성, 이미지 및 PDF를 지원하는 AI 기반 WhatsApp 챗봇(RAG)
텍스트, 음성, 이미지 및 PDF 지원 AI 기반 WhatsApp 챗봇(RAG)
Set
Code
Switch
+
Set
Code
Switch
35 노드NovaNode
엔지니어링