helcat
Results
2
issues of
helcat
IE 11 compatibility mode stops bottom corners from cornering. Left corner is over cornered and the right one does not corner at all.
hasExtractedFont stacktraces when font name is null. Fixed with below. Overriding PdfFontExtractor class to fix the error at the moment. protected boolean hasExtractedFont(PDFont font) { for (PDFont fontOn : extractedFonts)...