EVO HTML to PDF Converter

PdfDocumentOptionsAddEndDocument Method (Byte)

EVO PDF Client for .NET Documentation
Adds a PDF document from the given stream after the result of HTML to PDF conversion. The header and footer are not applied to the PDF documents added by this method. If you want to enable the header and footer in the added PDF document use the AddEndDocument(Byte, Boolean, Boolean, Boolean)

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public void AddEndDocument(
	byte[] pdfData
)

Parameters

pdfData
Type: SystemByte
The binary data of the PDF document to be inserted after conversion result
See Also

Reference