Link Search Menu Expand Document

HTMLExtractorSaveHtmlToFile Method (Int32, Int32, String)

Extracts HTML from specified page range to file.

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

Parameters

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

Implements

IHTMLExtractorSaveHtmlToFile(Int32, Int32, String)
Exceptions
ExceptionCondition
PDF2HTMLException
See Also

Reference