Skip to content

Azure function for export pdf from html template or string with Puppeteersharp and .NET 6

License

Notifications You must be signed in to change notification settings

pedropagotto/export-pdf-csharp-functionapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Azure function for export pdf from html template or string with Puppeteersharp and .NET 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages