EVO HTML to PDF Converter

DocumentInsertDocument Method (Int32, String, String, Boolean, Boolean, Boolean)

EVO PDF Client for .NET Documentation
Inserts the password protected PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public void InsertDocument(
	int insertIndex,
	string pdfFilePath,
	string password,
	bool enableHeaderAndFooter,
	bool drawHeaderOnFirstPage,
	bool drawFooterOnFirstPage
)

Parameters

insertIndex
Type: SystemInt32
The page index where to start insertion in this document
pdfFilePath
Type: SystemString
The PDF document full path
password
Type: SystemString
The password to open the inserted PDF document
enableHeaderAndFooter
Type: SystemBoolean
A flag indicating if the header and footer of the current document are also applied to the inserted document pages
drawHeaderOnFirstPage
Type: SystemBoolean
A flag indicating if the header is drawn on first page of the inserted document
drawFooterOnFirstPage
Type: SystemBoolean
A flag indicating if the footer is drawn on first page of the inserted document
See Also

Reference