I need a certain paragraph in 30pages pdf . If i use( [\S\s]. ) it shows error like (The Filename or Extension is Too long .)
Any suggestions ?
Hi,
Can you share your current workflow?
Regards,
1 Like
Can you try a loop (Do…While) and read one page at a time, and stop the loop when you’ve found a match?
1 Like
Hi,
This error is for limitation of MessageBox activity. Can you try to use WriteTextFile activity instead Messagebox then check text file using notepad etc?
Regards,
1 Like
May I know what is the purpose of using a regex again…as all the data is anyways captured when you use read pdf text …and apparenetly your regex is to capture everyting again
You just need to read and then use write to text file to check whole of the extracted text
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.