Class StandardPdfGenerator
Generate PDFs that look like the model provided in the Factur-X specification.
Assembly: FacturXDotNet.dll
csharp
public class StandardPdfGenerator : IPdfGenerator
Implements:
FacturXDotNet.Generation.PDF.IPdfGenerator
Methods
Build(CrossIndustryInvoice)
Generates a PDF stream based on the provided CrossIndustryInvoice object.
csharp
public PdfDocument Build(CrossIndustryInvoice invoice)
Returns
PdfSharp.Pdf.PdfDocument
: The stream representing the generated PDF document.
Parameters
Type | Name | Description |
---|---|---|
FacturXDotNet.Models.CII.CrossIndustryInvoice | invoice | The CrossIndustryInvoice object containing the invoice data to be used for generating the PDF. |