ExcelToPdfDocumentOptionsAddStartDocument(String) Method
Adds a PDF document from the given file before the result of conversion.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: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddStartDocument(
string pdfFile
)
Public Sub AddStartDocument (
pdfFile As String
)
Parameters
- pdfFile String
- The full path of the PDF file to be inserted before conversion result