mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-29 13:48:09 -06:00
Fix docs
This commit is contained in:
@@ -297,6 +297,10 @@ The following methods are supported:
|
|||||||
- `remove_password`
|
- `remove_password`
|
||||||
- Requires `parameters`:
|
- Requires `parameters`:
|
||||||
- `"password": "PASSWORD_STRING"` The password to remove from the PDF documents.
|
- `"password": "PASSWORD_STRING"` The password to remove from the PDF documents.
|
||||||
|
- Optional `parameters`:
|
||||||
|
- `"update_document": true` to replace the existing document with the password-less PDF.
|
||||||
|
- `"delete_original": true` to delete the original document after editing.
|
||||||
|
- `"include_metadata": true` to copy metadata from the original document to the new password-less document.
|
||||||
- `merge`
|
- `merge`
|
||||||
- No additional `parameters` required.
|
- No additional `parameters` required.
|
||||||
- The ordering of the merged document is determined by the list of IDs.
|
- The ordering of the merged document is determined by the list of IDs.
|
||||||
|
|||||||
Reference in New Issue
Block a user