PdfToTextConverterConvertToText(Byte) Method
Converts all the pages in a PDF document to text
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public string ConvertToText(
byte[] pdfData
)
Public Function ConvertToText (
pdfData As Byte()
) As String
- pdfData Byte
- The memory buffer containing the PDF document to be converted
StringThe text from PDF document