mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

HTML_XML_Text_Extractor.Extract_Text Method



Extracts the full text from a HTML file and writes to a file


Namespace: SobekCM.Builder_Library.Tools
Assembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)

Syntax

C#
public static bool Extract_Text(
	string HTML_In_Name,
	string Text_Out_Name
)

Parameters

HTML_In_Name
Type: System..::..String
Full path to the HTML file
Text_Out_Name
Type: System..::..String
Output file name for the extracted text

Return Value

Type: Boolean
TRUE if successful, otherwise FALSE

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )