For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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.

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

Last updated