Oops, Design Flaw!
I ran into a couple of problems. Remember the code we used to loop through the PDFs in a folder? Here it is. The first problem is that EnumerateFiles does not guarantee the order of files returned. It seems that the order was by file name, but I found exceptions, and I can’t tell if…