From 1534eb11c382607a791b504fc0f4f036bfd8a271 Mon Sep 17 00:00:00 2001 From: diemade Date: Mon, 22 Apr 2024 23:41:20 +0200 Subject: [PATCH 1/3] Update Overview.md --- docs/Functionality/Page operations/Overview.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Functionality/Page operations/Overview.md b/docs/Functionality/Page operations/Overview.md index bda3c9c..dfa099a 100644 --- a/docs/Functionality/Page operations/Overview.md +++ b/docs/Functionality/Page operations/Overview.md @@ -27,3 +27,8 @@ sidebar_position: 1 - `pdf-to-single-page`: Converts multi pages PDF files into a single long pdf page. +- `split-by-size-or-count`: Splits one or multiple PDF files into parts consisting of a maximum file size or page count definde by the user. + +- `overlay-pdf`: + +- `split-pdf-by-sections`: From c18ba3f0c37d9fbe5de6fc2e71168ccba693e32b Mon Sep 17 00:00:00 2001 From: diemade Date: Mon, 22 Apr 2024 23:43:28 +0200 Subject: [PATCH 2/3] Update Overview.md --- docs/Functionality/Conversions/Overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Functionality/Conversions/Overview.md b/docs/Functionality/Conversions/Overview.md index 79e2948..2f3acfd 100644 --- a/docs/Functionality/Conversions/Overview.md +++ b/docs/Functionality/Conversions/Overview.md @@ -29,3 +29,5 @@ sidebar_position: 1 - `pdf-to-xml`: This feature enables users to convert PDFs into XML files. - `pdf-to-pdfa`: This feature transforms PDF files into PDF/A format for long-term archiving. + +- `pdf-to-csv`: From 3fc201cf01c9af5e7237e87c34c87d8335f27d69 Mon Sep 17 00:00:00 2001 From: diemade Date: Mon, 22 Apr 2024 23:48:24 +0200 Subject: [PATCH 3/3] Update Overview.md --- docs/Functionality/Other/Overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Functionality/Other/Overview.md b/docs/Functionality/Other/Overview.md index 8e33720..d3dd5e4 100644 --- a/docs/Functionality/Other/Overview.md +++ b/docs/Functionality/Other/Overview.md @@ -23,6 +23,8 @@ sidebar_position: 1 - `remove-blanks`: With this feature, users can remove blank pages from a PDF document. +- `remove-annotations`: + - `compare`: This functionality enables users to compare two PDFs and highlight the differences. - `add-page-numbers`: Add page numbers (and custom text) to edges of page @@ -31,4 +33,6 @@ sidebar_position: 1 - `get-info-on-pdf`: Grabs and displays all information of a PDF and allows export of info into JSON format -- `show-javascript`: Shows any embedded javascript within a PDF. \ No newline at end of file +- `show-javascript`: Shows any embedded javascript within a PDF. + +- `stamp`: Adds a user-defined text or image to the corner of certain or all PDF pages.