You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's present in version 1.17.2 but not in 1.16. There's no later version than 1.17.2 at the moment (although the commit that enabled the bug has been since reverted), so I suggest using 1.16. It's also what's used on alpine linux package:
Hi this issue seems to be there with font config. [code 127] pdftocairo: symbol lookup error: /opt/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var. Can you provide a fix for this?
@carasaffi I was able to resolve the undefined symbol: FT_Done_MM_Var error by adding an environment variable to the Lamda function: LD_PRELOAD = /opt/lib/libfreetype.so.
Hi,
First of all let me join #2 in saying thank you for this!
Secondly, there is a known bug in Cairo library: https://gitlab.freedesktop.org/cairo/cairo/-/issues/358, which for some PDFs can result in
free(): invalid pointer
error.It's present in version 1.17.2 but not in 1.16. There's no later version than 1.17.2 at the moment (although the commit that enabled the bug has been since reverted), so I suggest using 1.16. It's also what's used on alpine linux package:
The text was updated successfully, but these errors were encountered: