diff options
| author | jvoisin | 2018-12-08 18:39:56 +0100 |
|---|---|---|
| committer | jvoisin | 2018-12-08 18:39:56 +0100 |
| commit | edce78859b793ffd99c84474a5c77ec05abb24f5 (patch) | |
| tree | f524bcd2c66c2e772beed12fc72805a02590b0eb /README.md | |
| parent | 0ab17b973bce172fb29b6bdeabd8c790a724a7dc (diff) | |
Add a note in the readme about `-L` and pdf
Diffstat (limited to '')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -82,6 +82,15 @@ complex file formats. | |||
| 82 | This is why you shouldn't rely on metadata's presence to decide if your file must | 82 | This is why you shouldn't rely on metadata's presence to decide if your file must |
| 83 | be cleaned or not. | 83 | be cleaned or not. |
| 84 | 84 | ||
| 85 | # Notes about the lightweight mode | ||
| 86 | |||
| 87 | By default, mat2 might alter a bit the data of your files, in order to remove | ||
| 88 | as much metadata as possible. For example, texts in PDF might not be selectable anymore, | ||
| 89 | compressed images might get compressed again, … | ||
| 90 | Since some users might be willing to trade some metadata's presence in exchange | ||
| 91 | of 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) |
