Martin Forejt

Results 2 comments of Martin Forejt

Not working with 'kotlin-kapt' plugin

Hi, I had same problem with czech and characters "č"/"Č" and find way to fix it as mentioned [here](https://github.com/Hopding/pdf-lib/issues/1152): ``` const rawUpdateFieldAppearances = form.updateFieldAppearances.bind(form); form.updateFieldAppearances = function() { return rawUpdateFieldAppearances(serifFont);...