From 7d7333746137620818e424116d37541e7d0e3510 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:35:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f3b93a2..7611d0f1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ All files and PDFs exist either exclusively on the client side, reside in server - Dark mode support. - Custom download options - Parallel file processing and downloads +- Custom 'Pipelines' to run multiple features in a queue - API for integration with external scripts - Optional Login and Authentication support (see [here](https://github.com/Stirling-Tools/Stirling-PDF/tree/main#login-authentication) for documentation) - Database Backup and Import (see [here](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DATABASE.md) for documentation) @@ -46,6 +47,7 @@ All files and PDFs exist either exclusively on the client side, reside in server - Auto Split PDF (With physically scanned page dividers). - Extract page(s). - Convert PDF to a single page. +- Overlay PDFs ontop of each other ### **Conversion Operations** @@ -82,6 +84,7 @@ All files and PDFs exist either exclusively on the client side, reside in server - Edit metadata. - Flatten PDFs. - Get all information on a PDF to view or export as JSON. +- Show/Detect embedded Javascript For a overview of the tasks and the technology each uses please view [Endpoint-groups.md](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/Endpoint-groups.md)