PdfToTextConverterConvertToText(Stream) Method
Converts all the pages of PDF document in a stream to text
Namespace: EvoPdf.PdfToTextAssembly: EvoPdfToText_NetCore (in EvoPdfToText_NetCore.dll) Version: 14.0.0
public string ConvertToText(
Stream pdfStream
)
- pdfStream Stream
- The stream containing the PDF document to be converted
StringThe text from PDF document