Link Search Menu Expand Document

HTMLExtractorGetHTML Method (Int32, Int32)

Extracts HTML from specified page range.

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
public string GetHTML(
	int startPage,
	int endPage
)

Parameters

startPage
Type: SystemInt32
Start page index.
endPage
Type: SystemInt32
End page index. -1 means all pages to the document end.

Return Value

Type: String
HTML text.

Implements

IHTMLExtractorGetHTML(Int32, Int32)
Exceptions
ExceptionCondition
PDF2HTMLException
See Also

Reference