Info
Version: | 2.0.0 |
Author(s): | AlmightyPDF |
Last Update: | Monday, June 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/AlmightyPDF |
Install
Install-Package AlmightyPDF
dotnet add package AlmightyPDF
paket add AlmightyPDF
AlmightyPDF Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 2.1.0)
- PuppeteerSharp(>= 1.17.1)
- PdfSharpCore(>= 1.1.10)
Tags
using almightypdf.Models;
using almightypdf.Services; IPdf pdf = new Pdf();
pdf.CreateAndSavePDF(PdfElements pdfElements);
Parameters:
String Header String Body String Footer String Stylesheet Int HeaderHeight Int FooterHeight String FileName String Title
String Key.