summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-12-08 18:39:56 +0100
committerjvoisin2018-12-08 18:39:56 +0100
commitedce78859b793ffd99c84474a5c77ec05abb24f5 (patch)
treef524bcd2c66c2e772beed12fc72805a02590b0eb
parent0ab17b973bce172fb29b6bdeabd8c790a724a7dc (diff)
Add a note in the readme about `-L` and pdf
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c545b6..bd51f5d 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,15 @@ complex file formats.
82This is why you shouldn't rely on metadata's presence to decide if your file must 82This is why you shouldn't rely on metadata's presence to decide if your file must
83be cleaned or not. 83be cleaned or not.
84 84
85# Notes about the lightweight mode
86
87By default, mat2 might alter a bit the data of your files, in order to remove
88as much metadata as possible. For example, texts in PDF might not be selectable anymore,
89compressed images might get compressed again, …
90Since some users might be willing to trade some metadata's presence in exchange
91of the guarantee that mat2 won't modify the data of their files, there is the
92`-L` flag that precisely does that.
93
85# Related software 94# Related software
86 95
87- The first iteration of [MAT](https://mat.boum.org) 96- The first iteration of [MAT](https://mat.boum.org)