Hi i have pdf who’s output is coming like
While i want the out put to be in this format

it would be great if you Can help me out.
Hi i have pdf who’s output is coming like
Fine if the output of the pdf is stored in a string variable named in_text
Then
Out_text = in_text.Split(Environment.Newline.Toarray())
—then we can put in write line and check for the output
Hope this would help you
Cheers @Royzz