Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianeli1/html-to-pdf-az-function

Turn your html files into PDFs using Azure serverless Functions
https://github.com/ianeli1/html-to-pdf-az-function

azure azure-functions html javascript pdf typescript

Last synced: 19 days ago
JSON representation

Turn your html files into PDFs using Azure serverless Functions

Awesome Lists containing this project

README

        

# HTML to PDF - Azure Functions

Turn your html files into PDFs using Azure serverless Functions

Simply use a POST or PUT request with the HTML file attached to the form data.

### Libraries used
- Azure Functions JS lib
- parse-multipart
- html-pdf (https://www.npmjs.com/package/html-pdf?activeTab=readme)