Read PDF

This is pre-built action located under @Word element. This action reads the data from pdf which is opened by blob URL and download it in local file

Syntax

Input: (url;<Page No>) or (url;<file path>)

Argument
Description

Page No (Required)

This input is to read the data from pdf, page number is required

File path (Required)

This input is to download the pdf, file path is required where pdf will save

Output: <Dynamic Variable>(Optional)

Argument
Description

Dynamic Variable (Optional)

The dynamic variable is optional, as it is used to store the status as either True or False and display it later.

Example: Read the content from Sample.pdf and download it in local file

For reading content from PDF: Read PDF action takes input as url text and page no(1) and display Pass or Fail as status

For downloading PDF: Read PDF action takes input as url text and file path (C:\Users\john.smith\Downloads) and display Pass or Fail status

Last updated

Was this helpful?