ExcelToPdfDocumentOptionsAddEndDocument Method

Overload List

AddEndDocument(Byte) Adds a PDF document from the given data after 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 AddEndDocument(Byte, Boolean, Boolean, Boolean)
AddEndDocument(String) Adds a PDF document from the given file after 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 AddEndDocument(String, Boolean, Boolean, Boolean)
AddEndDocument(Byte, Boolean, Boolean, Boolean) Adds a PDF document from the given data after the result of Excel to PDF conversion
AddEndDocument(String, Boolean, Boolean, Boolean) Adds a PDF document from the given file after the result of Excel to PDF conversion

See Also