Winnovative HTML to PDF Converter allows you to insert existing PDF documents before the HTML to PDF conversion result and to add existing PDF documents after conversion result using the
AddStartDocument() and AddEndDocument() methods of the HtmlToPdfConverter.PdfDocumentOptions object. The PDF documents can be loaded from files or streams or they can be
existing Document objects previously created in your application.
The options you can set in this demo are:
-
HTML Page to Convert URL. The URL of the HTML document to be converted to PDF. Existing PDF files will be added before and after the conversion of this page
-
PDF File to Insert Before Conversion. The full path of a PDF file to be inserted before the HTML to PDF conversion result
-
PDF File to Add After Conversion. The full path of a PDF file to be added after the HTML to PDF conversion result