What data do you keep and for how long?
There are three types of data we store:
- The information you send to generate a Document
- The HTML page that is used to render your content
- The generated PDF
The information used to generate the Document include its
payload
and meta
properties.When you delete a Document through the API or the dashboard, we keep the record in database but empty those two properties.
When you generate a Document, we start by rendering the content in a complete HTML page. This page is automatically discarded after the generation as it is no longer useful.
We keep your generated PDF files as long as you keep the Documents. When you delete a Document, we proceed with deleting its PDF.
Last modified 11mo ago