Skip to content

Convert HTML to PDF in AWS lambda with .net core

Notifications You must be signed in to change notification settings

unnijeevan/HtmlToPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HtmlToPDF

Convert HTML to PDF in AWS lambda with .net core

The lambda function listens to S3 event on a bucket. I have configured it to the bucket where I store the invoice htmls. When an html invoice is uploaded , the function uses Chrome driver through Puppeteer to covert it to PDF and upload the result to pdf bucket.

About

Convert HTML to PDF in AWS lambda with .net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages