Utilizes IFilter interface in Windows to parse the contents of files.

Namespace: FilterLibrary
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public void GetTextFromDocument(
	string Path,
	ref StringBuilder Buffer
)
Visual Basic
Public Sub GetTextFromDocument ( _
	Path As String, _
	ByRef Buffer As StringBuilder _
)
Visual C++
public:
void GetTextFromDocument(
	String^ Path, 
	StringBuilder^% Buffer
)

Parameters

Path
Type: System..::..String
Path - Location of file to parseBuffer - Return text artifacts
Buffer
Type: System.Text..::..StringBuilder%

Return Value

Raw set of strings from the document in plain text format.

See Also