Hi, I have a recurring exception showing up in my log files, it does not
halt the execution of my orchaestration, however it is getting thrown
for every single call to my orchaestration. it seems to be coming from
the PDFUtilityService, checking to see if the current document coming in
represents a PDF document, every call generates an exception in our log
file.If this is normal behavior this would be good to know, however this
seems like an expensive operation (throwing an exception)Here is the...