jrmuizel / pdf-extract

A rust library for extracting content from pdfs
364 stars 73 forks source link

Fix crashing debug output in PdfSimpleFont #87

Open Bennett-Petzold opened 2 months ago

Bennett-Petzold commented 2 months ago

Same issue and change as PR #29, but the panicking code was duplicated in PdfSimpleFont and wasn't caught by the original PR. So this finishes removing the debug print panic.

jrmuizel commented 2 months ago

Do you have a link to a pdf that crashes?