Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding newer features to docs #3

Merged
merged 3 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`:
Loading