Closed fisch92 closed 7 years ago
My qualm with throwing an exception there is causing the whole PDF conversion to halt because of just one font which won't really ruin the final output without it seems like a bad idea. And the font library we're using isn't the most stable.
Seems like it should just be doing the error log message there and the printStackTrace is extraneous and I forgot to remove it. Would just removing the printStackTrace work for you?
Yes, this would work for me. Tank you!
Fixed this and other ones in above pull request
In class FontTable on line 200, there is a ex.printStackTrace();
It would be really nice to remove this and throw an Exception, so the user of your library can decied if he want to see the stacktrace or not.