It looks like native pdf. Try with Read PDF activity with preserve formatting option checked.
Build datable with columns that you want to paste to excel.
Then read text and look for the first line of that table. Look for the column value. Each column would be seperated with more then two or three spaces. So regex split could work.
If the line doesnt have any value except space it means you shoud add row with current column values to your data table variable and you can look for another table row.