PdfExtractor.GetText
Contents
[
Hide
]GetText(string)
Saves text to file. see also:ExtractText
public void GetText(string outputFile)
Parameter | Type | Description |
---|---|---|
outputFile | String | The file path and name to save the text. |
See Also
- class PdfExtractor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
GetText(Stream)
Saves text to stream. see also:ExtractText
public void GetText(Stream outputStream)
Parameter | Type | Description |
---|---|---|
outputStream | Stream | The stream to save the text. |
See Also
- class PdfExtractor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
GetText(Stream, bool)
Saves text to stream. see also:ExtractText
public void GetText(Stream outputStream, bool filterNotAscii)
Parameter | Type | Description |
---|---|---|
outputStream | Stream | The stream to save the text. |
filterNotAscii | Boolean | If this parameter is true all Not ASCII symbols will be removed |
See Also
- class PdfExtractor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF