PdfExtractor.GetText
GetText(string)
将文本保存到文件。另见:ExtractText
public void GetText(string outputFile)
| 参数 | 类型 | 描述 |
|---|---|---|
| outputFile | 字符串 | 要保存文本的文件路径和名称。 |
另见
- 类 PdfExtractor
- 命名空间 Aspose.Pdf.Facades
- 程序集 Aspose.PDF
GetText(Stream)
将文本保存到流。另见:ExtractText
public void GetText(Stream outputStream)
| 参数 | 类型 | 描述 |
|---|---|---|
| outputStream | 流 | 要保存文本的流。 |
另见
- 类 PdfExtractor
- 命名空间 Aspose.Pdf.Facades
- 程序集 Aspose.PDF
GetText(Stream, bool)
将文本保存到流。另见:ExtractText
public void GetText(Stream outputStream, bool filterNotAscii)
| 参数 | 类型 | 描述 |
|---|---|---|
| outputStream | 流 | 要保存文本的流。 |
| filterNotAscii | 布尔值 | 如果此参数为真,则所有非 ASCII 符号将被移除。 |
另见
- 类 PdfExtractor
- 命名空间 Aspose.Pdf.Facades
- 程序集 Aspose.PDF