Composing a new order for DM, need to know total quantities from previous orders, subtract stock on hand to determine what to order so we don't run out in the next months.
DM issue invoices as PDF with items in a "soft grid" - two rows of text describing the item, price per unit, number of units, total price. Used Tabula (https://tabula.technology/) to extract these items, saving as a TSV file. Imported into Excel using CodePage 65001: Unicode UTF-8, resulted in two rows of description for each item. Merged these to new cells (=VERKETTEN(A1;" ";A2)), copied & pasted those values along with quantities to a new table, and sorted that so that duplicate and similar items were grouped (item descriptions proved a little volatile)