Let's make the Invalid PDF error message cleaner and easier to read
We have encountered situations where the software is attempting to Import a PDF which is invalid. This of course fails. The issue I have is with the error message, which at least now says "Invalid PDF", which accurately describes the problem.
AutoTag version: 22.1.0.85
Exception: Error: Invalid PDF attempted to be imported! Details: Index: 613, Size: 613
I think it would be much nicer to fix this so it does not appear that the program blew up, with a long stack traceback. This issue should produce a cleaner error output that omits the stack trace. In this case you have detected an issue with the file being imported, and have handled it. The program did not fail creating an exception condition. Thank you.
