# PDF Basic vs PDF Plus

The Form.io Platform handles PDF forms through additional PDF offerings that are licensed separately from Form.io Enterprise.

The Form.io PDF Solution is a powerful tool with two options: **PDF Basic** and **PDF Plus**.\
Explore each option to identify which one aligns most effectively with your specific requirements.

{% hint style="info" %}
Contact <support@form.io> for more information about the PDF offerings
{% endhint %}

### PDF Basic&#x20;

PDF Basic enables the ability to print and download webform submissions as a PDF output. This feature is available on the SaaS offering ([portal.form.io](http://portal.form.io)) or the PDF Basic add-on for self-hosted deployments through the containerized [PDF Server](/userguide/forms/pdf/pdf-server.md).

<figure><img src="/files/IueQBSrYqrvn8aJCuSJz" alt=""><figcaption></figcaption></figure>

### PDF Plus

PDF Plus enables PDF-First forms, where an interactive form is built overlaid on a pixel-perfect PDF background.\
Additional PDF Plus features include:

* PDF Template Designer
* PDF Conversion

PDF Plus is available on the SaaS offering ([portal.form.io](http://portal.form.io)) with a subscription, or on Self-Hosted configurations that license PDF Plus.

#### 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;

[**Template Designer Documentation**](#pdf-template-designer)

#### **Digital PDF Forms (PDF-First forms)**

Convert traditional PDFs to JSON-driven webforms with pixel-perfect backgrounds by adding digital components on top of the PDF background.

#### **PDF Conversion**

The PDF Plus offering also enables the auto-conversion of  Digital PDF Forms in two capacities: &#x20;

* **Fillable PDF Form:** If a PDF has existing XML data and fields on the form in a standard format, the fields will be converted to a JSON Form.io form.&#x20;
* **Non-Fillable PDF Form:** If a PDF is a flat document and a standard PDF format, and AWS Textract is integrated with the self-hosted Form.io Developer Portal application, the fields on the form will be sensed by the Textract library, converted to JSON form fields, inclusive of exact placement and labels.&#x20;

{% hint style="info" %}
***Non-fillable PDF Forms are not available on SaaS (portal.form.io). This is only available with a Self-Hosted configuration that includes an additional AWS Textract integration.***
{% endhint %}


---

# 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/userguide/forms/pdf/pdf-basic-vs-pdf-plus.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.
