From 2e7a8d2ecdb7eb5c5a0b67b1658fd09caa3f53b3 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 9 Jan 2020 09:36:25 -0800 Subject: [PATCH] Add work-in-progress disclaimer to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00fd08f..b3a398c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF. +_This is a work in progress and is not quite ready for daily use yet._ + ![Screenshot](./assets/screenshot.png) Dangerzone works like this: You give it a document that you don't know if you can trust (for example, an email attachment). Inside of a sandbox, dangerzone converts the document to a PDF (if it isn't already one), and then converts the PDF into raw pixel data: a huge list of of RGB color values for each page. Then, in a separate sandbox, dangerzone takes this pixel data and converts it back into a PDF.