redact
Basic usage
The redact
command performs redaction on a document and generates a PDF from the result.
The command takes the name of an extractor whose fields are used to specify the areas of a document to redact.
aluma redact with-extractor extractor-name *.pdf -m
See Selecting files to process for examples of how to use file patterns to select multiple files.
To write the content to files in the same directory as the source files, use the -m
option. When specifying -m
, the output files will have the suffix .redacted.pdf
.
See also
Updated almost 3 years ago