PDF Automation: Message box is not displaying "Get Text" activity value

can any one please help me in above mentioned PDF automation message box displaying “AVFlipContainerView” not a Grand Total value.

@sandeepbhatt I can suggest alternative method for this. Use read pdf text activity, The split obtained text from read pdf activity with respect to “Grand Total” and then split obtained text with respect to newline and display array(0) element for your required output.

You can also use sub-string between GrandTotal and USD which will return you $40.00

Try using screen scraping in place of get text activity…Should work!

1 Like

Thanks Rishabh again you solve my problem:grinning

Hi Rishabh,
can you please clear my doubt, in which case “Anchor base” and “Get text” activities are useful?