Hey guys,
I need help to extract data from a pdf file PDF1.pdf (307.9 KB) and store the extracted data into Excel Extracted PDF.xlsx (8.6 KB) using only string operations.
Thanks in advance
Hey guys,
I need help to extract data from a pdf file PDF1.pdf (307.9 KB) and store the extracted data into Excel Extracted PDF.xlsx (8.6 KB) using only string operations.
Thanks in advance
Hi @NiranjanKN,
You can read pdf using OCR and then with use of Regex or Substring cut information needed, assign them to variables (string type) and write to excel (write cell).
Hi @Pablito,
I’ve extracted the required info from this PDF PDF1.pdf (307.9 KB) and its displayed in message boxes PDF_Data_Extraction.xaml (16.3 KB). But, I want to know how to store these extracted data into an excel file in this format. Extracted PDF.xlsx (8.6 KB).
Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.