Extracting PDF data into Excel

Check this example I set up for a POC, it extracts a PDF table into a DataTable. There is a ‘tableExtractRegex’ regex which should extracts the table part and a ‘rowSplitRegex’ to extract the rows.

ReadConfirmationPDF.xaml (7.1 KB)
TableExtractor.xaml (14.6 KB)
CSVToDataTable.xaml (5.2 KB)
Auftragsbestaetigung-Kramer-3pos.pdf (195.2 KB)

6 Likes