PdfToTextConverterConvertToText(String, Int32) Method
Converts the pages of a PDF file to text starting from a given PDF page number to the end of the PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public string ConvertToText(
string pdfFile,
int startPageNumber
)
Public Function ConvertToText (
pdfFile As String,
startPageNumber As Integer
) As String
- pdfFile String
- The full path of the PDF file to be converted
- startPageNumber Int32
- The start page number
StringThe text from PDF document