diff options
| author | jvoisin | 2018-04-03 21:45:05 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-03 21:45:05 +0200 |
| commit | cd8f1a55b1b48dea9a277a4cfa6b1ad56440b5ea (patch) | |
| tree | 0c90a12000a390184f9de426dfc045635f1ffd2f | |
| parent | e8e3ab6c86b3fc9f20840683e28aa5d50a04053b (diff) | |
Add a note about why we do clean PDF in a completely overkill way
| -rw-r--r-- | doc/implementation_notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/implementation_notes.md b/doc/implementation_notes.md index bc83671..b385659 100644 --- a/doc/implementation_notes.md +++ b/doc/implementation_notes.md | |||
| @@ -25,6 +25,10 @@ handle PDF. But apparently, people are ok with [pdf redact | |||
| 25 | tools](https://github.com/firstlookmedia/pdf-redact-tools), that simply | 25 | tools](https://github.com/firstlookmedia/pdf-redact-tools), that simply |
| 26 | transform the PDF into images. So this is what's MAT2 is doing too. | 26 | transform the PDF into images. So this is what's MAT2 is doing too. |
| 27 | 27 | ||
| 28 | Of course, it would be possible to detect images in PDf file, and process them | ||
| 29 | with MAT2, but since a PDF can contain a lot of things, like images, videos, | ||
| 30 | javascript, pdf, blobs, … this is the easiest and safest way to clean them. | ||
| 31 | |||
| 28 | Images handling | 32 | Images handling |
| 29 | --------------- | 33 | --------------- |
| 30 | 34 | ||
