Invoice pdf

Well got it.

This Seems like fixed invoices with native text PDF without much differences in subsequent samples (just guessing)

Anyway, looks like “Invoice Number
Order Number
Invoice Date
Due Date
Total Due”
are all constants in that PDF so you can remove them using before after function using VB.net or just do whatever replace, split, RegEx methods you want to use to get only the ‘from address’. SHould be fairly simple as the text extraction is very precise as it is a text layered PDF not a scanned one. Or if you thing there are scanned PDFs also that might be coming in, have you checked out the following links for a better data extraction?

Hope these help you out :slight_smile:

Regards