PdfExtractor.GetText

GetText(string)

Saves text to file. see also:ExtractText

public void GetText(string outputFile)
ParameterTypeDescription
outputFileStringThe file path and name to save the text.

See Also


GetText(Stream)

Saves text to stream. see also:ExtractText

public void GetText(Stream outputStream)
ParameterTypeDescription
outputStreamStreamThe stream to save the text.

See Also


GetText(Stream, bool)

Saves text to stream. see also:ExtractText

public void GetText(Stream outputStream, bool filterNotAscii)
ParameterTypeDescription
outputStreamStreamThe stream to save the text.
filterNotAsciiBooleanIf this parameter is true all Not ASCII symbols will be removed

See Also