Hi,
I’m trying to get some data from a pdf invoice:
but the message box is showing nothing
Is it a Readable PDF?
Hi,
how to verify?
thank you,
I had parsed the PDF, and extracted a variable, then i need to save this value into an excel file (just 2 columns and 2 row )
for example:
pdf1 value1
pdf2 value2
Hi,
PDF output is in the string format.
1.So to extract the specific value you need to find the start index and end index of the value and pass these index and get the specific value by using substring
2.Finally use write cell activity and pass the variable .