Can someone please point me in the right direction. I have a simple vb.net application that converts PDF to txt and reads line by line to create a csv file. The original Pdf has changed and I need to modify my code. For example from the line below how could I extract or split each category? For example just the xxxxxxxx for tech ID, DOE JOHN and xxxxxxxx from account number?
line = "Tech ID: xxxxxxxxxx Name: DOE, JOHN Account #: xxxxxxxx"