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

# Print Protection

**What is Print Protection?**

Print Protection is a Data Loss Prevention (DLP) capability in FenixPyre that prevents sensitive data from being leaked through physical or digital printing channels. It detects and blocks printing actions performed on FenixPyre encrypted files.

Print Protection is part of FenixPyre's DLP suite, alongside Clipboard Protection, Screenshot Protection, and Dynamic Watermark Display.

***

#### **What Problem Does Print Protection Solve?**

Printing is a common way for protected information to leave the digital boundary that encryption provides. A user can encrypt a file at rest yet still produce an unprotected paper copy or a PDF export. Print Protection closes this gap by stopping print operations on encrypted content before sensitive data can be reproduced.

***

#### **How Does It Work?**

When enabled, Print Protection detects and blocks the following actions for FenixPyre encrypted files:

* Standard printing to a physical printer.
* **Print to PDF** and similar export-to-file print operations.
* Virtual printing actions.

{% hint style="info" %}
Print Protection is enabled together with Clipboard Protection and Screenshot Protection. When an administrator enables the **Clipboard Protection Service** in the user policy, all three protections are activated together.
{% endhint %}

***

#### **Configurations**

Print Protection uses the following Windows registry value.

Registry path: `HKEY_LOCAL_MACHINE\Software\FenixPyre\Parameters`

The setting uses the `REG_MULTI_SZ` type.

| Setting                   | Description                                    | Example values                                                                                                                                                                                                          |
| ------------------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `FPDlpMonitoredProcesses` | Enforces print protection for these processes. | `WINWORD.EXE`, `EXCEL.EXE`, `POWERPNT.EXE`, `ACRORD32.EXE`, `ACROBAT.EXE`, `ACAD.EXE`, `REVIT.EXE`, `CODE.EXE`, `NOTEPAD.EXE`, `NOTEPAD++.EXE`, `WORDPAD.EXE`, `REVU.EXE`, `REVU32.EXE`, `DWGVIEWR.EXE`, `INVENTOR.EXE` |

{% hint style="warning" %}
After changing this registry value, restart the FenixPyre services.

The change takes effect only after the restart.
{% endhint %}

***

#### **Limitations**

DLP enforcement depends on how each application natively handles system APIs. Applications that use custom UI frameworks, proprietary rendering engines, or non-standard print pipelines may bypass standard Win32 API calls and cause inconsistent enforcement.

***

{% hint style="success" %}
Learn how to configure this from the [print protection policy](https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/user-policies/policy-rules-guide#clipboard-protection) settings.
{% endhint %}

For more information on how to enable and configure Print Protection, please contact [FenixPyre Support](mailto:support@fenixpyre.com).


---

# 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.fenixpyre.com/fenixpyre-features/print-protection.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.
