Pdf |
Name | Description | |
---|---|---|
![]() ![]() | ToText | Saves all pages of the PDF document as Text document and return it as String. |
![]() ![]() | ToText(String) | Saves all pages of the PDF document as Text file. |
![]() ![]() | ToText(Int32, Int32) | Save the specific PDF page or the range of pages as Text document and return it as String. |
![]() ![]() | ToText(String, Int32, Int32) | Save the specific PDF page or range of pages in Text file. |