Aspose::Pdf::Facades::PdfExtractor::GetText metod
Innehåll
[
Dölj
]PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream>&) method
Sparar text till ström. se även:ExtractText
void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | Strömmen för att spara texten. |
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream>&, bool) method
Sparar text till ström. se även:ExtractText
void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream, bool filterNotAscii)
| Parameter | Typ | Beskrivning |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | Strömmen för att spara texten. |
| filterNotAscii | bool | Om den här parametern är sann kommer alla icke-ASCII-symboler att tas bort |
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetText(const System::String&) method
Sparar text till fil. se även:ExtractText
void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::String &outputFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| outputFile | const System::String& | Filens sökväg och namn för att spara texten. |
Se även
- Class String
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++