# PDF

***

### 2.0.1

06 May 2026

* Fixed: PDF Read using the "Top to bottom" extraction strategy threw an Index out of bounds exception when the PDF contained a line consisting only of whitespace

***

### 2.0.0

26 Jan 2026

{% hint style="warning" %}
Breaking Change

[What will break and how to fix it](/releasenotes/plugins/pdf/breaking-changes.md)
{% endhint %}

* Changed the plugin from Windows-specific to be platform-independent
* Certificate Store has been removed as Certificate Source option
* Updated from iText 7 to iText 8
* Updated to .NET 8.0
* Added: Delimiter property when using the "Top to bottom" extraction strategy
* Fixed: Issue where reloading a solution after updating to the latest PDF plugin caused errors
* Fixed: Updater error when updating from function data version 0
* Fixed: Editor window titles now follow the standard naming convention

***

### 1.0.1

11 Apr 2022

* Fixed: Certificate store properties do not load correctly
* Fixed: Parameter mapping editor displays error when opening up

***

### 1.0.0

7 Apr 2022

* First release

***


---

# 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://docs.linx.software/releasenotes/plugins/pdf.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.
