Hello,
Is there a way to have an automated redaction in Laserfiche 9.1 to cover text- i.e. like in the case of MS Word, where you can use the 'find and replace' feature?
thanks,
Marilyn
Hello,
Is there a way to have an automated redaction in Laserfiche 9.1 to cover text- i.e. like in the case of MS Word, where you can use the 'find and replace' feature?
thanks,
Marilyn
Hi Marilyn,
I agree; the best way to do this is with Quick Fields, as it's the easiest method to configure and maintain. However, it is also possible to use the SDK to automate it. Adding redactions is very similar to adding highlights as both are of type LFLinkedAnnotation, and the SDK documentation includes examples of how to add highlights. You would just need to change the instances of "HighlightAnnotation" to "RedactionAnnotation".
Hi Marilyn,
I'd use Quick FIelds for this, especially if you have a large number of existing records to redact or have a constant flow of new records requiring redaction.
-Ben