How to normalize a PDF

Hi i have pdf who’s output is coming like


While i want the out put to be in this formatCapture
it would be great if you Can help me out.

1 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