AddDocument(Byte) | Adds a PDF from data to the end of this document |
AddDocument(String) | Adds a PDF file to the end of this document |
AddDocument(Byte, String) | Adds a password protected PDF from data to the end of this document |
AddDocument(Int32, Byte) | Inserts a PDF from data starting at a given page index in this document |
AddDocument(Int32, String) | Inserts a PDF file starting at a given page index in this document |
AddDocument(String, String) | Adds a password protected PDF file to the end of this document |
AddDocument(Int32, Byte, String) | Inserts a password protected PDF from data starting at a given page index in this document |
AddDocument(Int32, String, String) | Inserts a password protected PDF file starting at a given page index in this document |
AddDocument(Byte, Boolean, Boolean, Boolean) | Adds a PDF from data to the end of this document and optionally applies the header and footer of this document to added PDF |
AddDocument(String, Boolean, Boolean, Boolean) | Adds a PDF file to the end of this document and optionally applies the header and footer of this document to added PDF |
AddDocument(Byte, String, Boolean, Boolean, Boolean) | Adds a password protected PDF from data to the end of this document and optionally applies the header and footer of this document to added PDF |
AddDocument(Int32, Byte, Boolean, Boolean, Boolean) | Inserts a PDF from data starting at a given page index in this document and optionally applies the header and footer of this document to inserted PDF |
AddDocument(Int32, String, Boolean, Boolean, Boolean) | Inserts a PDF file starting at a given page index in this document and optionally applies the header and footer of this document to inserted PDF |
AddDocument(String, String, Boolean, Boolean, Boolean) | Adds a password protected PDF file to the end of this document and optionally applies the header and footer of this document to added PDF |
AddDocument(Int32, Byte, String, Boolean, Boolean, Boolean) | Inserts a password protected PDF from data starting at a given page index in this document and optionally applies the header and footer of this document to inserted PDF |
AddDocument(Int32, String, String, Boolean, Boolean, Boolean) | Inserts a password protected PDF file starting at a given page index in this document and optionally applies the header and footer of this document to inserted PDF |