Particular element from PDF document to Excel sheet

how can I extract particular element or table from PDF document to excel sheet? Cn you please provide me a templet.

Hi @Nas_ST

You can use Read Pdf Text Activity and then use Regex to get the data and write it into excel

Cheers!!

You can either use read text from PDF activity if it is a native PDF (not scanned) and apply regex to get the specific information and add a datarow to you already defined data table using build datatable activity. You can also use get text activity if it is native pdf. If the PDF is scanned you can use read text with OCR activity.