From 68feda08dd38b71bb077ab6d90697c889fd428e4 Mon Sep 17 00:00:00 2001 From: fm16191 <56755856+fm16191@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:58:44 +0200 Subject: [PATCH] Add HTML2PDF Api Add HTML2PDF Api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7362da98..dd2233f8 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ API | Description | Auth | HTTPS | CORS | | [apilayer pdflayer](https://pdflayer.com) | HTML/URL to PDF | `apiKey` | Yes | Unknown | | [Cloudmersive Document and Data Conversion](https://cloudmersive.com/convert-api) | HTML/URL to PDF/PNG, Office documents to PDF, image conversion | `apiKey` | Yes | Yes | | [Code::Stats](https://codestats.net/api-docs) | Automatic time tracking for programmers | `apiKey` | Yes | No | +| [Html2PDF](https://html2pdf.app/) | HTML/URL to PDF | `apiKey` | Yes | Unknown | | [Mercury](https://mercury.postlight.com/web-parser/) | Web parser | `apiKey` | Yes | Unknown | | [Notion](https://developers.notion.com/docs/getting-started) | Integrate with Notion | `OAuth` | Yes | Unknown | | [Pocket](https://getpocket.com/developer/) | Bookmarking service | `OAuth` | Yes | Unknown |