EVO PDF Logo

ExcelToPdfDocumentOptionsAddStartDocument Method

EVO PDF Client for .NET Core
Overload List

  NameDescription
Public methodAddStartDocument(Byte)
Adds a PDF document from the given data 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(Byte, Boolean, Boolean, Boolean)
Public methodAddStartDocument(String)
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)
Public methodAddStartDocument(Byte, Boolean, Boolean, Boolean)
Adds a PDF document from the given data before the result of Excel to PDF conversion
Public methodAddStartDocument(String, Boolean, Boolean, Boolean)
Adds a PDF document from the given file before the result of Excel to PDF conversion
Top
See Also

Reference