Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ianeli1/html-to-pdf-az-function
- Owner: ianeli1
- Created: 2021-07-15T18:23:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T18:31:44.000Z (over 3 years ago)
- Last Synced: 2024-12-07T06:07:16.598Z (3 months ago)
- Topics: azure, azure-functions, html, javascript, pdf, typescript
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)