HiQPdf Documentation

PdfDocumentControlInsertPdfFileBefore Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodInsertPdfFileBefore(Byte)
Call this method to insert a PDF document from data before the HTML to PDF conversion in the final document
Public methodInsertPdfFileBefore(String)
Call this method to insert a PDF file before the HTML to PDF conversion in the final document
Public methodInsertPdfFileBefore(Byte, Boolean, Boolean, Boolean)
Call this method to insert a PDF document from data before the HTML to PDF conversion in the final document. The boolean parameter controls if the header and footer are applied on external PDF document. When the parameter is true the interactive features are disabled in the external PDF
Public methodInsertPdfFileBefore(String, Boolean, Boolean, Boolean)
Call this method to insert a PDF file before the HTML to PDF conversion in the final document. The boolean parameter controls if the header and footer are applied on external PDF document. When the parameter is true the interactive features are disabled in the external PDF
Top
See Also

Reference