> For the complete documentation index, see [llms.txt](https://docs.signius.eu/manuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/manuals/signius-sealing-server-and-client/signius-sealing-client/features/pdf-file-password-protection.md).

# PDF file password protection

This feature allows adding parameter to the query's url, in it's value we put password with which we want to encrypt the pdf file.

{% hint style="info" %}
if tool/method we use for querying does not automatically encode url, we need to provide the password in encoded form in accordance to standard html url encoding.
{% endhint %}

This is available through "Sign document" method, by adding "encrypt" parameter. The detailed implementation setup with example is available at:

{% embed url="<https://docs.signius.eu/api/seal-api/client-methods/document-methods#sign-document>" %}
