Adds a PDF document from the given file after the result of HTML to PDF conversion
Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax
public void AddEndDocument( string pdfFile, bool enableHeaderAndFooter, bool drawHeaderOnFirstPage, bool drawFooterOnFirstPage )
Parameters
- pdfFile
- Type: SystemString
The full path of the PDF file to be inserted after conversion result - enableHeaderAndFooter
- Type: SystemBoolean
A flag indicating if the header and footer can be applied to the added document. If this parameter is true then the interactive features like links and bookmarks are disabled in the added PDF document - drawHeaderOnFirstPage
- Type: SystemBoolean
A flag indicating if the header is drawn on first page of the appended document - drawFooterOnFirstPage
- Type: SystemBoolean
A flag indicating if the footer is drawn in first page of the appended document
See Also