Click or drag to resize

PdfFocusToText Method

Overload List
 NameDescription
Public methodCode exampleToText Saves all pages of the PDF document as Text document and return it as String.
Public methodCode exampleToText(String) Saves all pages of the PDF document as Text file.
Public methodCode exampleToText(Int32, Int32) Save the specific PDF page or the range of pages as Text document and return it as String.
Public methodCode exampleToText(String, Int32, Int32) Save the specific PDF page or range of pages in Text file.
Top
See Also