HiQPdf Documentation

PdfDocumentControlAppendPdfFile Method (Byte)

HiQPdf Client for .NET Core
Call this method to append a PDF document from data after the HTML to PDF conversion in the final document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AppendPdfFile(
	byte[] pdfData
)

Parameters

pdfData
Type: SystemByte
The PDF document data
See Also

Reference