# Breaking Changes for PDF plugin

***

### 2.0.0 <a href="#id-2-0-0" id="id-2-0-0"></a>

26 Jan 2026

#### Certificate Store option has been removed <a href="#certificate-store-option-has-been-removed" id="certificate-store-option-has-been-removed"></a>

**What breaks?**

<div align="left"><figure><img src="/files/ETECcXtfCJYrnnBXG0Np" alt=""><figcaption></figcaption></figure></div>

The Certificate option shows a Certificate Source property, with File and Store options. The Store option lets you select a certificate from the Windows certificate store. The Store option will no longer be available.

Any solution using the Store option for Certificate Source will stop working after upgrading to this version of the plugin.

**Why?**

The PDF plugin has been changed from a Windows-specific plugin to a platform-independent plugin. The Certificate Store is only supported on Windows and will not work in Linux containers. Support for it was therefore removed from the PDF plugin.

**How to fix it**

Change all functions using the Store option to use the File option instead. Only the path and password properties associated with the File option will be available if you select the Certificate option in the AuthenticationType property.

***


---

# 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/breaking-changes.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.
