Scan through the PDFs Files based on invoice number & date
Merge the PDFs Files based on invoice number & Date (Earliest to Latest)
Currently what the program is able to do is read all the PDFs files and receive the output. However, I am unable to obtain sort the PDFs accordingly to invoice number & Date (Earliest to Latest) and merge the files together. Do I need to use a switch case or?
Is there any tips or videos I can look into getting the above requirements solved?
After extracting the entire data from the pdf, may I know how do I filter out the required info which is the Invoice number and date to add it into the datatable.