HTMLExtractorSaveHtmlToFile Method (Int32, Int32, String)ByteScout PDF To HTML SDK
Extracts HTML from specified page range to file.

Namespace:  Bytescout.PDF2HTML
Assembly:  Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.4.1.4802-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