Read text
Read text activity allows all records in the PDF file to be received as text.
| * Pdf name | The reference name is given to the PDF file which will open in this field. |
| Start page | The starting page number of PDF file is written. |
| End page | The last page number of PDF file is written. |
| *Result variable name | A variable name that will be created is written. |
| X-coordinate | The pixel value of the X-coordinate of the area to be read on the pdf is written. Note: If it is desired to limit the area in the PDF file, this field must be used with a Y-coordinate, Height, and Width. |
| Y-coordinate | The pixel value of the Y-coordinate of the area to be read on the pdf is written. Note: If it is desired to limit the area in the PDF file, this field must be used with a X-coordinate, Height, and Width. |
| Height | The pixel value of the Height of the area to be read on the pdf is written. Note: If it is desired to limit the area in the PDF file, this field must be used with a X-coordinate, Y-coordinate, and Width. |
| Width | The pixel value of the Width of the area to be read on the pdf is written. Note: If it is desired to limit the area in the PDF file, this field must be used with a X-coordinate, Y-coordinate, and Height. |
Note: * Fields selected with are required, others are optional.
Pdf name example
You can use the Pdf name as shown in the example.
${RobustaPdf}
Start page example
You can use the start page as shown in the example.
1
End page example
You can use the End page as shown in the example.
3
Result text name example
You can use the Result text name as shown in the example.
readRobustaPdf
X-coordinate example
120
Y-coordinate example
250
Height example
50
Widht example
100
