Winnovative Word to PDF Converter

PdfDocumentOptionsAddStartDocument Method (String)

Winnovative Word to PDF Converter Documentation
Adds a PDF document from the given file before the result of 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 AddStartDocument(String, Boolean, Boolean, Boolean)

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public void AddStartDocument(
	string pdfFile
)

Parameters

pdfFile
Type: SystemString
The full path of the PDF file to be inserted before conversion result
See Also

Reference