> For the complete documentation index, see [llms.txt](https://docs.viesus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viesus.com/installation/pdf.md).

# PDF Enhancer

The PDF Enhancer is a **separate installer** that requires an already installed and licensed [CLI & Viewer](/installation/cli.md) base package.

See [System Requirements](/installation/requirements.md) for hardware, OS, and GPU requirements.

***

## Installation

Download the PDF Enhancer from the [VIESUS Transfer Portal](https://transfer.viesus.com), then follow the steps for your platform.

{% tabs %}
{% tab title="Windows" %}
Download `VIESUS_PDFEnhancer_<PDF_VERSION>_VIESUS_<VERSION>.exe`, then right-click it and choose **Run as administrator**.

{% hint style="info" %}
Replace `<PDF_VERSION>` and `<VERSION>` with the version numbers shown on the Transfer Portal download page.
{% endhint %}

{% stepper %}
{% step %}

#### Accept the license agreement

Read and accept the End-User License Agreement, then click **Next**.
{% endstep %}

{% step %}

#### Select components

The default **Full installation** includes VIESUS Tools and VIESUS PDFEnhancer. Click **Next**.
{% endstep %}

{% step %}

#### Additional tasks

Optionally check **Create desktop icons**, then click **Next**.
{% endstep %}

{% step %}

#### Ready to install

Review the summary of selected components and tasks, then click **Install**.
{% endstep %}

{% step %}

#### Wait for installation to complete

Wait while the installer extracts and installs all files.
{% endstep %}

{% step %}

#### Finish

Click **Finish** to exit the Setup Wizard.
{% endstep %}
{% endstepper %}

#### Verify the installation

Launching the program from the Start Menu runs it in **hotfolder mode**, displaying the viesusPDF version, build date, and VIESUS library version.

<figure><img src="/files/vhSPte7Qc3pAd2MCm2cA" alt="VIESUS PDF Enhancer in the Windows Start Menu"><figcaption></figcaption></figure>

<figure><img src="/files/2tAHPoF8n2nsNHEgLzlx" alt="PDF Enhancer hotfolder mode start screen"><figcaption></figcaption></figure>

You can also verify from the command line. Open `cmd.exe` as administrator, navigate to the install directory, and run `viesusPDF.exe -v`:

```powershell
"C:\Program Files\Imaging Solutions\VIESUS\PDFEnhancer\viesusPDF.exe" -v
```

Expected output:

```powershell
VIESUS PDFEnhancer Application X.XX.XX 64 bit
VIESUS X.XX.XX win x86_64 bit
Copyright (c) Viesus AG, 2011-2026
```

{% endtab %}

{% tab title="Linux" %}
Download `viesuspdf_<PDF_VERSION>_amd64.deb` from the [VIESUS Transfer Portal](https://transfer.viesus.com), then install:

```bash
sudo dpkg -i viesuspdf_<PDF_VERSION>_amd64.deb

sudo apt-get install -f   # resolve any dependencies

# Verify
/usr/local/viesuspdf/bin/viesuspdf -v
```

Expected output:

```powershell
viesus@viesus-ddm:~$ /usr/local/viesuspdf/bin/viesuspdf -v
Starting of /usr/local/viesuspdf/bin/viesuspdf
AppDataPath is /usr/local/viesuspdf/bin
viesusPDF X.XX.XX 64 bit - Build <TIME_STAMP>
VIESUS X.XX.XX IW GPU lin x86_ 64 bit - Build <TIME_STAMP> GCb
Copyright (c) Viesus AG, <YEAR>
```

{% endtab %}
{% endtabs %}

***

## Changelog (selected versions)

| Version | VIESUS   | Key changes                                                                            |
| ------- | -------- | -------------------------------------------------------------------------------------- |
| 4.06.00 | 13.00.00 |                                                                                        |
| 4.05.00 | 12.00.00 |                                                                                        |
| 4.04.04 | 11.00.01 | Handles PDF page dimensions beyond 32,767 pt; improved ICC profile handling            |
| 4.04.02 | 11.00.01 | Artifact removal added to resizing; soft mask resizing; stream reading for JPEG        |
| 4.04.00 | 11.00.00 | `justAnalyze` option added                                                             |
| 4.03.00 | 10.00.00 | `noResize`, `-r targetRes`, `-T resizeThres` options; `viesusini.json` replaces `.ini` |
| 4.00.00 | —        | 64-bit; Linux port; GUID licensing                                                     |


---

# 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://docs.viesus.com/installation/pdf.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.
