Pdf Automation

⌘K
  1. Home
  2. Docs
  3. Pdf Automation
  4. ReadPdf

ReadPdf

ReadPDFFile.ReadPDF

  • ReadPDF activity is used to read all the characters from a specified PDF file by storing the output in a string variable.
  • This activity reads the characters from the starting page till the page number assigned in the pageNumber field in the properties panel.

 

Properties

       Input

  • FileName (InArgument<String>) – The full path of the PDF which needs to be read.
  • PageNumber (InArgument<String>) – Define the page number till which needs to be read.

      Misc

  • DisplayName (String) – To set a meaningful name according to the user.

      Output

  • Error (OutArgument<String>) – Stores the error occurs during the execution of the activity in a string variable.
  • Text (OutArgument<String>) – Stores the output of the PDF file which was read.e output of the PDF file which was read.