Extract DataTable without Opening the pdf file

Hello,

I want to extract passenger details from IRCTC pdf file. anyone knows without opening the pdf document can we extract passenger details data table?

Thanks in advance :slight_smile:

Hi
Did READ PDF activity helped us here
Like the string variable obtained with that activity can be passed as input to GENERATE DATATABLE ACTIVITY to get the datatable output
Or
We can save that off file as a doc file not docx
And then use Microsoft interop namespace to get the table with row column structure
Cheers @Shriharsha_H_N

@Palaniyappan : Any sample workflow file please