I am using pdftohtml tool to convert pdfs to html using the following command:
pdftohtml -s -c SOURCE_FILE_NAME
which results in the following error:
dyld: Library not loaded: /usr/local/opt/openjpeg/lib/libopenjpeg.5.dylib
Referenced from: /usr/local/bin/pdftohtml
Reason: image not found
Trace/BPT trap: 5
I haven't managed to find outwhy this is happening thus far. Can anyone shed any light on this?