> For the complete documentation index, see [llms.txt](https://help.form.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.form.io/form-building/pdf-forms/pdf-basic-vs-pdf-plus.md).

# 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

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](/deploy/pdf-server.md).

<figure><img src="/files/YymiJb3rYbhjVFgTqdLw" 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.

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

#### **Dynamic PDF Translation**

The PDF server supports dynamic translation of field labels, static text, and descriptions at download time via a `language` URL parameter. Read the full setup instructions and configuration guide below for more detail.

[**Dynamic PDF Translation Documentation**](/form-building/pdf-forms/dynamic-pdf-translation.md)

#### **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:

* **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.
* **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.

{% 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
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:

```
GET https://help.form.io/form-building/pdf-forms/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.
