From a78f62208da270514b4314d9110a54eb1a161ec3 Mon Sep 17 00:00:00 2001 From: 4temporis <4temporis@gmail.com> Date: Sun, 31 May 2026 19:02:58 +0200 Subject: [PATCH 1/2] Add Zero Retention PDF API to README It is a secure HTML to PDF conversion API that ensures zero data retention. - Auth: API Key - HTTPS: Yes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa354cc6..d64b7ab7 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ API | Description | Auth | HTTPS | CORS | | [Vector Express v2.0](https://vector.express) | Free vector file converting API | No | Yes | No | | [WakaTime](https://wakatime.com/developers) | Automated time tracking leaderboards for programmers | No | Yes | Unknown | | [Zube](https://zube.io/docs/api) | Full stack project management | `OAuth` | Yes | Unknown | +| Zero Retention PDF | Zero-retention HTML to PDF conversion | apiKey | Yes | [Link](https://xeropdf.com) | **[⬆ Back to Index](#index)**
From 4b6b725cb8fabf93db9b4dcad6a5297aa2ac214d Mon Sep 17 00:00:00 2001 From: 4temporis <4temporis@gmail.com> Date: Mon, 1 Jun 2026 20:42:56 +0200 Subject: [PATCH 2/2] Fix formatting for Zero Retention PDF entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64b7ab7..a973af2d 100644 --- a/README.md +++ b/README.md @@ -670,7 +670,7 @@ API | Description | Auth | HTTPS | CORS | | [Vector Express v2.0](https://vector.express) | Free vector file converting API | No | Yes | No | | [WakaTime](https://wakatime.com/developers) | Automated time tracking leaderboards for programmers | No | Yes | Unknown | | [Zube](https://zube.io/docs/api) | Full stack project management | `OAuth` | Yes | Unknown | -| Zero Retention PDF | Zero-retention HTML to PDF conversion | apiKey | Yes | [Link](https://xeropdf.com) | +| [Zero Retention PDF](https://xeropdf.com) | Zero-retention HTML to PDF conversion | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)**