HiQPdf Documentation

PdfDocumentControlAppendPdfStream Method (Stream)

Quickly Create High Quality PDFs
Call this method to append a PDF from a stream after the HTML to PDF conversion in the final document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AppendPdfStream(
	Stream pdfStream
)

Parameters

pdfStream
Type: System.IOStream
The PDF stream to append
See Also

Reference