マージ
中級
これはBuilding Blocks分野の自動化ワークフローで、6個のノードを含みます。主にHttpRequest, ManualTrigger, ReadWriteFileなどのノードを使用。 ConvertAPIを使用してPDFファイルを結合
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "do4h6jnTGWDjCXV7",
"meta": {
"instanceId": "5f49f71237f6d19bde83a657cffcbbba83eaa1c826edc52411d381e8bedfe5ce",
"templateCredsSetupCompleted": true
},
"name": "Merge",
"tags": [],
"nodes": [
{
"id": "513658bc-f898-431c-a005-973013fb12a3",
"name": "「Test workflow」をクリック時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-840,
-200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5ba22d17-af12-4665-85c5-f704835f71a4",
"name": "結果ファイルをディスクに書き込み",
"type": "n8n-nodes-base.readWriteFile",
"position": [
-100,
-200
],
"parameters": {
"options": {},
"fileName": "document.pdf",
"operation": "write",
"dataPropertyName": "=data1"
},
"typeVersion": 1
},
{
"id": "2bf6b07f-068d-4bbd-8d59-93768118c07c",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-340,
-340
],
"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": "e1f7f9b3-6806-42e6-83f8-cdd3f45f236e",
"name": "最初のリモートPDFファイルをダウンロード",
"type": "n8n-nodes-base.httpRequest",
"position": [
-640,
-200
],
"parameters": {
"url": "https://cdn.convertapi.com/public/files/demo.pdf",
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "data1"
}
}
}
},
"typeVersion": 4.2
},
{
"id": "00acf3e1-1bb8-4dc0-826a-a2c58f5d82d5",
"name": "2番目のPDFファイルをダウンロード",
"type": "n8n-nodes-base.httpRequest",
"position": [
-460,
-200
],
"parameters": {
"url": "https://cdn.convertapi.com/public/files/demo2.pdf",
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "data2"
}
}
}
},
"typeVersion": 4.2
},
{
"id": "6c2a428e-e0af-485b-bdde-70785bc0d508",
"name": "PDF merge API HTTP リクエスト",
"type": "n8n-nodes-base.httpRequest",
"position": [
-280,
-200
],
"parameters": {
"url": "https://v2.convertapi.com/convert/pdf/to/merge",
"method": "POST",
"options": {
"response": {
"response": {
"neverError": "=",
"responseFormat": "file",
"outputPropertyName": "=data"
}
}
},
"sendBody": true,
"contentType": "multipart-form-data",
"sendHeaders": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "files[0]",
"parameterType": "formBinaryData",
"inputDataFieldName": "data1"
},
{
"name": "files[1]",
"parameterType": "formBinaryData",
"inputDataFieldName": "data2"
}
]
},
"genericAuthType": "httpQueryAuth",
"headerParameters": {
"parameters": [
{
"name": "Accept",
"value": "application/octet-stream"
}
]
}
},
"credentials": {
"httpQueryAuth": {
"id": "F3A9wZC8zcgbB8sr",
"name": "Query Auth account"
}
},
"notesInFlow": true,
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "22a14e07-f11e-46e4-a238-ecdb9f1a8f81",
"connections": {
"00acf3e1-1bb8-4dc0-826a-a2c58f5d82d5": {
"main": [
[
{
"node": "6c2a428e-e0af-485b-bdde-70785bc0d508",
"type": "main",
"index": 0
}
]
]
},
"6c2a428e-e0af-485b-bdde-70785bc0d508": {
"main": [
[
{
"node": "5ba22d17-af12-4665-85c5-f704835f71a4",
"type": "main",
"index": 0
}
]
]
},
"e1f7f9b3-6806-42e6-83f8-cdd3f45f236e": {
"main": [
[
{
"node": "00acf3e1-1bb8-4dc0-826a-a2c58f5d82d5",
"type": "main",
"index": 0
}
]
]
},
"513658bc-f898-431c-a005-973013fb12a3": {
"main": [
[
{
"node": "e1f7f9b3-6806-42e6-83f8-cdd3f45f236e",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - ビルディングブロック
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
URL からの DOCX を ConvertAPI で PDF に変換
URL内のDOCXファイルをPDFに変換するConvertAPIの使用
Http Request
Manual Trigger
Read Write File
+
Http Request
Manual Trigger
Read Write File
4 ノードConvertAPI
ビルディングブロック
ConvertAPIを使用してPPTXをPDFに変換
ConvertAPIを使用してPPTXをPDFに変換する
Http Request
Manual Trigger
Read Write File
+
Http Request
Manual Trigger
Read Write File
5 ノード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 をサポートする RAG を備えた AI 駆動型 WhatsApp チャットボット
テキスト、音声、画像、PDF をサポートする AI 搭載の WhatsApp チャットボット (RAG)
Set
Code
Switch
+
Set
Code
Switch
35 ノードNovaNode
エンジニアリング