So, I have a pdf reader for excel working excellently, the only issue that still bothers me is that if the reader finds an empty PDF or with an error, it stops completely and does not finish reading the other PDFs.
In this structure, I’m using Regex to get the information and through a datatable they are inserted into excel.
Is there a way for the reader not to stop at the error, but to go to the next file instead?