firstlookmedia / pdf-redact-tools

a set of tools to help with securely redacting and stripping metadata from documents before publishing
Other
530 stars 50 forks source link

Pipeline automation #20

Open lazzarello opened 7 years ago

lazzarello commented 7 years ago

The iText library has come to my attention. It is a Java and .NET library which can perform automated PDF redaction. It could be useful, though would require some substantial changes to this project. Namely, the use of a different software development platform. Most likely Java. There's a chance the ideas could exist as a Python lib but I'm not sure.

Apologies for not having any code changes, though I thought of you when I found this lib. No harm in mentioning it via this issue, right?

micahflee commented 7 years ago

This looks like a very interesting library. Unfortunately, it seems like it's not open source. Is there an open source version?