PdfDocumentOptionsAddEndDocument(Stream) Method
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: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void AddEndDocument(
Stream pdfStream
)
Public Sub AddEndDocument (
pdfStream As Stream
)
Parameters
- pdfStream Stream
- The stream from where to read the PDF document to be inserted after conversion result