-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[feature request] anonymize PDFs via UI redaction (Drawing black rectangle etc) #465
Comments
"select areas to anonymize" Can you explain the general process |
Of course. The best explanation can you find here in another software: https://code-industry.net/masterpdfeditor-help/redacting-pdf-document/ |
Just to add a little more description of the workflow in a couple other pdf editors that have this feature: This is a feature I've used regularly in both Adobe Acrobat and Foxit PDF; they both have a similar approach:
Foxit PDF screenshots:Redaction menu: Text highlighting (not visible in the screenshot is the cursor for selecting text): Highlighted text marked for redaction: Highlight a custom area to be redacted: Highlighted area marked for redaction: Redaction applied: |
It would also be beneficial to manually be able to select text to be redacted: When highlighting words/text manually, only that word/text gets redacted |
@Frooodle I forgot to inform you that I'm currently working on this issue/feature |
I would like to know when this feature will be available. I urgently need this feature, thank you. |
This is our next priority feature coming soon! |
@Frooodle Thank you for your feedback. Do you have an estimated release date? I’m really looking forward to this feature. |
With Christmas holidays coming up timing is very unpredictable 😂 At least a week and less than 2 months 😂 |
@omar-ahmed42 Hello, I would like to inquire about this feature. What is the technical plan you have in mind? Are you planning to use pdf.js to add a mask layer on top? |
@xuzhu007 Hello, My plan was to use PDF.js to display the PDF and provide custom tools for redaction in the toolbar, based on the chosen/selected tool a corresponding redaction mode is enabled allowing the user to select/draw redactions on top of the document, then submitting the document for processing and performing the redaction process on the actual PDF in the backend. At the same time providing the user with option to redact certain pages entirely, whether by specifying page number(s), range(s) or functions such as (2n) for even page numbers for example. |
Another cool feature would be to anonymize specific parts of PDF files.
The text was updated successfully, but these errors were encountered: