EVO HTML to PDF Converter

DocumentAppendDocument Method

EVO PDF Client for .NET Documentation
Overload List

  NameDescription
Public methodAppendDocument(Byte)
Appends the PDF document given as parameter to the current document
Public methodAppendDocument(String)
Appends the PDF file given as parameter to this document
Public methodAppendDocument(Byte, String)
Appends the password protected PDF document given as parameter to the current document
Public methodAppendDocument(String, String)
Appends the password protected PDF file given as parameter to this document
Public methodAppendDocument(Byte, Boolean, Boolean, Boolean)
Appends the PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodAppendDocument(String, Boolean, Boolean, Boolean)
Appends the PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodAppendDocument(Byte, String, Boolean, Boolean, Boolean)
Appends the password protected PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodAppendDocument(String, String, Boolean, Boolean, Boolean)
Appends 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
Top
See Also

Reference