PdfExtractor.GetText
GetText(string)
تحفظ النص في ملف. انظر أيضًا:ExtractText
public void GetText(string outputFile)
| Parameter | Type | Description |
|---|---|---|
| outputFile | String | مسار الملف واسم الملف لحفظ النص. |
See Also
- class PdfExtractor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
GetText(Stream)
تحفظ النص في دفق. انظر أيضًا:ExtractText
public void GetText(Stream outputStream)
| Parameter | Type | Description |
|---|---|---|
| outputStream | Stream | الدفق لحفظ النص. |
See Also
- class PdfExtractor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
GetText(Stream, bool)
تحفظ النص في دفق. انظر أيضًا:ExtractText
public void GetText(Stream outputStream, bool filterNotAscii)
| Parameter | Type | Description |
|---|---|---|
| outputStream | Stream | الدفق لحفظ النص. |
| filterNotAscii | Boolean | إذا كانت هذه المعلمة صحيحة، سيتم إزالة جميع الرموز غير ASCII |
See Also
- class PdfExtractor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF