HiQPdf Documentation

PdfDocumentAddDocument Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodAddDocument(Byte)
Adds a PDF from data to the end of this document
Public methodAddDocument(String)
Adds a PDF file to the end of this document
Public methodAddDocument(Byte, String)
Adds a password protected PDF from data to the end of this document
Public methodAddDocument(Int32, Byte)
Inserts a PDF from data starting at a given page index in this document
Public methodAddDocument(Int32, String)
Inserts a PDF file starting at a given page index in this document
Public methodAddDocument(String, String)
Adds a password protected PDF file to the end of this document
Public methodAddDocument(Int32, Byte, String)
Inserts a password protected PDF from data starting at a given page index in this document
Public methodAddDocument(Int32, String, String)
Inserts a password protected PDF file starting at a given page index in this document
Public methodAddDocument(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
Public methodAddDocument(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
Public methodAddDocument(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
Public methodAddDocument(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
Public methodAddDocument(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
Public methodAddDocument(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
Public methodAddDocument(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
Public methodAddDocument(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
Top
See Also

Reference