# e-Form From Documents

## **Copy From MS Office Documents**

Content of documents(Word, Excel, PPT) can be copied into e-Form.

{% file src="/files/8HgxpyRpSdf1ohIZsk1b" %}

1. Copy & paste content into the band you want
2. Change Component Types (RadioButton, CheckBox, SignPad, Label)
3. Add more components as you want.

## PDF Based e-Form

Import PDF documents into e-Form and add input components on the input fields you want.

1. Download [Consent to Processing of Personal Data (PDF, 84KB)](https://www.business.hsbc.com.my/-/media/library/markets-selective/amanah/pdf/consent-to-processing-of-personal-data.pdf).
2. Add a new ReportTemplate.
3. Import the PDF file into the ReportTemplate.
   * ReportTemplate > InsertBand > PDF Document (Embedded/URL)
4. Add CheckBox, textBox, and SignPad on the input fields.

[Example](http://oz.ozeform.io/oz/edu/eformdev/pdf.html)


---

# Agent Instructions: 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:

```
GET https://edu.ozeform.io/e-form-developer/day-1/eform-from-documents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
