Winnovative HTML to PDF Converter

DocumentAppendDocument Method (Document, Int32, Int32)

Winnovative HTML to PDF Converter for .NET Documentation
Appends a range of pages from the document given as parameter to the current document. The appended document must remain open until the current document is saved

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public void AppendDocument(
	Document doc,
	int fromPageIndex,
	int pageCount
)

Parameters

doc
Type: WinnovativeDocument
The document to be appended
fromPageIndex
Type: SystemInt32
The page index in appended PDF document from where to start copying the pages
pageCount
Type: SystemInt32
The number of pages to append
See Also

Reference