> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/integrations/integromat/create-a-pdf-from-a-record-in-adalo.md).

# AdaloのレコードからPDFを作成

このチュートリアルでは、Adalo内のレコードデータによって自動的に埋められるカスタムデザインのPDFを作成する方法について説明します。このチュートリアルでは、3つの外部ツール、Integromat、Google Drive、EledoPDFの使用が必要です。

まず、PDFの作成に必要なデータを保存し、完成したPDFへのリンクを受け取るために、データベースを正しく設定する必要があります。

1\) PDFに関連するデータに使用するコレクションを作成します。このチュートリアルの例では、次のプロパティを作成します。タイトル、画像、説明、PDFのURL、およびユーザーコレクションに関連するプロパティ。

<div align="left"><img src="/files/atYZky19Co90qIA9npYJ" alt=""></div>

次に、EledoPDFアカウントとテンプレートを作成して設定する必要があります。

2\) EledoPDFにログイン（またはサインアップ）します：<https://eledo.online/>\
3\) 新しいテンプレートを作成し、名前を付けます。\
4\) Adaloからのデータが来る各テキストプロパティに対してEledoテンプレートエディタ内にテキストボックスコンポーネントを設定し、画像プロパティにはダイナミックイメージを設定します。Adalo自体からではないデータが必要な場合は、PDF内の他のアイテムも設定できます。

![](/files/P9AtKyhSdWhSbYKBcsqq)

![](/files/dVn2ZMB3j7aYMG4owns0)

これで、AdaloからIntegromatにデータを取得し、EledoPDFに送信する準備が整いました。

5\) Integromatにログイン（アカウントを持っていない場合はサインアップ）します。\
6\) 以下のURLから事前に作成されたIntegromatテンプレートにアクセスします：<https://www.integromat.com/en/integration/5253-create-a-pdf-from-a-record-in-adalo>\
7\) テンプレート内の手順に従います。

![](/files/zIruUdZafhFUNnSoHPqh)

![](/files/dYyYlSJsvGqq1yvAfpbm)

![](/files/R8ssaS7d5eZGIsZGUYa6)

8\) ステップ4では、Google DriveにログインしてPDFファイルを保存するフォルダを設定する必要があります。

![](/files/BjacmUvg3gClte7fJZw4)

![](/files/lkSDWXutvNLQIOfEiQdx)

9\) ステップを完了したら、Adaloに戻り、このコレクションにレコードを作成します。

![](/files/AsuAemZa887Kgxxu23pf)

10\) Integromatに戻り、シナリオ画面の左下隅にある「Run Once」をクリックしてシナリオを実行します。

![](/files/r9fUa3Fm3jr5CAyOGIqT)

11\) Adaloに戻り、PDFコレクション内のレコードを表示すると、PDFのURLプロパティにGoogle Drive上のファイルへのリンクが含まれているはずです。

![](/files/7hwZcXSMf96k8ecTAo03)

12\) このリンクを開くと、ブラウザでPDFファイルを直接表示できます。

![](/files/d7Vynfl9cm1weMFgDfci)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/integrations/integromat/create-a-pdf-from-a-record-in-adalo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
