Mat Mannion

Results 7 comments of Mat Mannion

https://pdfbox.apache.org/3.0/migration.html The problems I'm seeing are mostly due to "Static instances for Standard 14 fonts removed"; ``` java.lang.NoSuchFieldError: COURIER_BOLD_OBLIQUE at com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore$BuiltinFontStore.addCourier(AbstractFontStore.java:55) at com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore$BuiltinFontStore.createInitialFontMap(AbstractFontStore.java:43) at com.openhtmltopdf.pdfboxout.fontstore.AbstractFontStore$BuiltinFontStore.(AbstractFontStore.java:38) at com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.(PdfBoxFontResolver.java:82) at com.openhtmltopdf.pdfboxout.PdfBoxRenderer.(PdfBoxRenderer.java:204) at...

I'm not involved with it but this fork of openhtmltopdf supports pdfbox 3.0 https://github.com/imario42/openhtmltopdf

There's some discussion here which is how I became aware of it https://github.com/danfickle/openhtmltopdf/issues/921

No problem, will get that submitted today

I've managed to get this working by effectively duplicating the Sentry code for this myself in my Next config: ``` /** @type {import('next').NextConfig} */ const nextConfig = withSentryConfig( ... webpack(...

> Since we fixed the original issue and mostly due to lack of minimal reproduction. Also, I am pretty confident that it is a downstream that does unorthodox stuff. However,...