Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 585 Bytes

Export PDF with Puppeteersharp

This project was made to export an html template or a string to PDF using Azure Functions and Puppeteersharp in a simple way.

Requirements

✅ .NET 6.

✅ Visual Studio 2022(or higher) or Jetbrains Rider.

✅ Azure Toolkit.

How to start project:

You can start with your preferred IDE or via the dotnet cli.

dotnet cli:

cd ExportPdfFunctionApp
func start

Thanks Puppeteersharp for making generating a PDF so much easier.

Repository: PuppeteerSharp.