From 518cf2f6e8065dea355b607284e73a668098c7b2 Mon Sep 17 00:00:00 2001 From: Daniel Osorio Date: Sun, 2 Apr 2017 23:30:36 -0500 Subject: [PATCH 1/2] Added PrexView service --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a6af2bc..63ced692 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ For information on contributing to this project, please see the [contributing gu | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | | Todoist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.todoist.com) | | Wunderlist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | +| PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | [Go!](https://prexview.com) | ### Environment From 25a81443416af23d7cd13a5d9786e91b23d672d9 Mon Sep 17 00:00:00 2001 From: Daniel Osorio Date: Mon, 3 Apr 2017 08:51:52 -0500 Subject: [PATCH 2/2] Changed service position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ced692..40e13c22 100644 --- a/README.md +++ b/README.md @@ -188,9 +188,9 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | File.io | File Sharing | No | Yes | [Go!](https://www.file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | +| PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | [Go!](https://prexview.com) | | Todoist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.todoist.com) | | Wunderlist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | -| PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | [Go!](https://prexview.com) | ### Environment