Skip to content

Commit

Permalink
Merge pull request #3 from diemade/patch-2
Browse files Browse the repository at this point in the history
Adding newer features to docs
  • Loading branch information
Frooodle authored Apr 23, 2024
2 parents a5d8553 + 3fc201c commit 41bcaee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Functionality/Conversions/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
6 changes: 5 additions & 1 deletion docs/Functionality/Other/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
- `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.
5 changes: 5 additions & 0 deletions docs/Functionality/Page operations/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

0 comments on commit 41bcaee

Please sign in to comment.