Adds a PDF document from the given stream before the result of HTML to PDF conversion. The header and footer are not applied to the PDF
documents added by this method. If you want to enable the header and footer in the added PDF document use the AddStartDocument(Byte[], Boolean, Boolean, Boolean)
Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
Parameters
- pdfData
- Type:System.Byte[]
The binary data of the PDF document to be inserted before conversion result
See Also