This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Split PDF Documents on UI #734
mhupfauer
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Hello! This is already a pinned issue (see #335) and something I want to work on next. I just did not have any time for this, and it's quite a big task. Regarding your challenges:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
A user can split PDFs documents within the
/documents/XXX
page based on the displayed page on the left hand side. If page 3 out of 25 is shown and the users clicks on e.g.:Split
the current document would extract sites 4-25 to a new document and retain current properties for pages 1-3. The extracted document (pages 4-25) is fed into the consumption pipeline again.Use case
A user has a bulk quantity of documents that shall be scanned and does not want to restart the scan process for each individual correspondent. This feature will enable the user to put documents into the scanner, start the process and continue working on something else. After processing the user can split the document easily via the UI.
Challenges (?)
Beta Was this translation helpful? Give feedback.
All reactions