Extracting PDF data into Excel

Hi @SHAISTA,

@aamir,

Split the string using
stroutput.Split(Environment.NewLine.ToArray, StringSplitOptions.RemoveEmptyEntries)

you will get the array then append the value to datatable and push it into excel

Regards,
Arivu