# PDF Solution

The Form.io platform offers two PDF offerings for its hosted and deployed users.&#x20;

## **PDF Basic**

PDF Basic enables the ability to print and download webform submissions as a PDF download.&#x20;

[**Click Here for Documentation**](https://help.form.io/userguide/forms/pdf#pdf-basic)

* Available with the hosted SaaS  or as an Enterprise configuration for self-hosted deployments
* Click the PDF icon when viewing any webform submissions within the Form.io portal to download the submission as a PDF.&#x20;
* Incorporate the PDF button into your application to provide PDF output functionality

<figure><img src="https://3305536326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPHoF2HwOA0s5HV_AIB%2Fuploads%2F1AYzHaF1z31Fl7j5OEHw%2Fpdfdownload.jpg?alt=media&#x26;token=7292cfff-e402-4810-958b-5f88336d7d2c" alt=""><figcaption></figcaption></figure>

## **PDF Plus**

PDF Plus not only includes the same printable PDFs included with PDF Basic, but also offers several additional PDF-related features for self-hosted deployments.

[**Click Here for Documentation**](https://help.form.io/userguide/forms/pdf#pdf-plus)

* [**PDF Template Designer**](https://help.form.io/userguide/pdf-template-designer) -Design the output of PDF downloads of your webform submissions. These template designs can take the data from your webforms and output the data into a customized PDF for things like receipts, mailers, contracts, quotes, etc.&#x20;
* [**PDF Forms**](https://help.form.io/userguide/forms/pdf) - Convert traditional PDFs to JSON-driven webforms with pixel-perfect backgrounds by adding digital components on top of the PDF background.&#x20;
* [**PDF Conversion**](https://help.form.io/userguide/forms/pdf#pdf-conversion)
  * Fillable - Takes existing PDF XML data and converts to a JSON-driven Form.io PDF form.
  * NonFillable (textract) - Utilizes AWS Textract to detect fields on the PDF Form and converts them into JSON-driven Form.io components.&#x20;

<figure><img src="https://3305536326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPHoF2HwOA0s5HV_AIB%2Fuploads%2FH37jIXWjmPlRYuop8Dly%2Fpdfupload.jpg?alt=media&#x26;token=a0021531-2322-4d6c-a91d-bf70b6006135" alt=""><figcaption></figcaption></figure>


---

# 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://help.form.io/developer-tool-ecosystem/pdf-solution.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.
