]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update usage docs
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 4 Jul 2025 14:48:44 +0000 (07:48 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 6 Aug 2025 20:04:38 +0000 (16:04 -0400)
docs/usage.md

index 6f332396d5b9057472534097021521b7b5541653..cf3dd7794e51af00d9fee41fb99b0d9fb0c9c8fb 100644 (file)
@@ -576,12 +576,14 @@ The following custom field types are supported:
 
 ## PDF Actions
 
-Paperless-ngx supports four basic editing operations for PDFs (these operations currently cannot be performed on non-PDF files):
+Paperless-ngx supports basic editing operations for PDFs (these operations currently cannot be performed on non-PDF files). When viewing an individual document you can
+open the 'PDF Editor' to use a simple UI for re-arranging, rotating, deleting pages and splitting documents.
 
 -   Merging documents: available when selecting multiple documents for 'bulk editing'.
--   Rotating documents: available when selecting multiple documents for 'bulk editing' and from an individual document's details page.
--   Splitting documents: available from an individual document's details page.
--   Deleting pages: available from an individual document's details page.
+-   Rotating documents: available when selecting multiple documents for 'bulk editing' and via the pdf editor on an individual document's details page.
+-   Splitting documents: via the pdf editor on an individual document's details page.
+-   Deleting pages: via the pdf editor on an individual document's details page.
+-   Re-arranging pages: via the pdf editor on an individual document's details page.
 
 !!! important