What does Privacy Pipeline change?
It chains multiple PDF privacy operations in sequence, piping output from one step to the next.
What this does not protect
- Pipeline execution is sequential. Total time is the sum of all steps.
- Redaction step requires pre-marked redaction rectangles.
- Some step combinations may increase file size (e.g., flatten after compress).
- It cannot fix compromised devices, accounts, or unsafe sharing channels.