Markdown to PDF API

This app serves as an API to request markdown PDFs and easily embed them into other static webpages. With some markdown code in plain text, there are 2 ways to use this API:

  1. Use the following URL for any place that expects a link to a PDF file directly:
https://md-2-pdf.herokuapp.com/url/[url-encoded-markdown].pdf
  1. Make a GET request to the following URL with the request body containing the markdown code.
https://md-2-pdf.herokuapp.com/body