-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add option to merge multiple files into single PDF when bulk downloading #5002
Conversation
Hello @czyzlukasz, thank you very much for submitting this PR to us! This is what will happen next:
Please allow up to 7 days for an initial review. We're all very excited about new pull requests but we only do this as a hobby. |
Thank you for the PR. I have to ask, respectfully, does anyone want this besides you? That’s why we usually use feature requests as the basis for new features. I understand the purpose but I wonder if the use case is a little narrow |
I agree that this feature may not be used by everyone, but I found that this topic was mentioned in some issues (#367, #502, paperless-ng 335, 426 and 789). I'm aware that document processing isn't something that paperless-ngx promises to deliver but I hope some users would find that useful. |
Yes I’m familiar with those ones but I think those requests are talking about the document in paperless, not just at download time? In other words, I’m not sure this would really satisfy those FRs |
I have to agree that this PR doesn't seem to fit the feature requests. From what I see, those are requesting to be able to split and merge within paperless, not during the download process. I would make a feature request and see if there is support for the feature. This PR can always be revisited. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
Proposed change
I'm using paperless-ngx for document sorting and periodic reports generation. Currently, the workflow requires from the user to select documents, download them as zipped collection, unpacking them and manually merging them in external file. I propose adding an option to automatically create single PDF when downloading multiple documents.
Changes in the front-end:
Changes in the back-end:
Fixes # (issue)
Type of change
Checklist:
pre-commit
hooks, see documentation.