EVO HTML to PDF Converter

PdfDocumentOptionsAddEndDocument Method (Stream)

EVO HTML to PDF Converter for .NET Documentation
Adds a PDF document from the given stream after the result of HTML to PDF conversion. If the AutoCloseExternalDocs property is true the added document will be automatically closed when the final document is closed or saved. 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(Stream, Boolean, Boolean, Boolean)

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public void AddEndDocument(
	Stream pdfStream
)

Parameters

pdfStream
Type: System.IOStream
The stream from where to read the PDF document to be inserted after conversion result
See Also

Reference