Read PDF Activity
-
any1 can show me example how to use this read pdf activity?
-
It's rather basic. Give it a pdf document and a string variable in "all text" and you get all the text from the pdf in string ( if you got to https://docs.openiap.io/openrpa.html and search for ReadPDF you will find both documentation and a small example )
-
@allan-zimmermann actualy i already get all the text from the pdf. But i don't know how to parse the particullar text into a variable in assign. I'm trying system.text.regularexpression.regex.match(strVariable, "the regex expression").value
but i'm not good at regex expression x.x
-
Well, that's kind of a different question, you asked about how to use read pdf.
I suck big time at regex too, so i depend on stack overflow and https://regexr.com/ for my regex endeavours. -
@fredy-wijaya What are you trying to parse/extract?
-