Skip to main content

Read PDF Text

Reads akk characters from a specified PDF file and stores it in a string

Input

  • Range: The range of pages that you want to read. If the range isn't specified, the whole file is read.Such As("All", "9", "1-3", "1-3, 6-8, 9")
    • Type: System.String
    • Required

Output

  • Text: The extracted string
    • Type: System.String

File

  • File Path: The full path of the PDF file to be read
    • Type: System.String
    • Required
  • Password: The password of the PDF file, if necessary
    • Type: System.String