Winnovative Logo

ExcelToPdfDocumentOptionsAddEndDocument Method (Byte)

Winnovative Client for .NET Core
Adds a PDF document from the given data after the result of 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:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public void AddEndDocument(
	byte[] pdfData
)

Parameters

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

Reference