Greetings. I am trying to get pdf2htmlEX running on Ubuntu and I get "Segmentation fault (core dumped)" on all PDF files including the one-page test file from github.
I've also "updated" fontforge using
sudo apt-get update;
sudo apt-get install fontforge;
I've also tried updating pdf2htmlEX using
sudo apt-add-repository ppa:coolwanglu/pdf2htmlex
sudo apt-get update
sudo apt-get install pdf2htmlex
What else can I do?
root@ubuntu-512mb-sgp1-01:~# uname -a
Linux ubuntu-512mb-sgp1-01 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu-512mb-sgp1-01:~# fontforge -v
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.
Based on sources from 00:33 UTC 6-Jul-2017-ML-D.
Based on source from git with hash: 5efb937f0a636912aeca0272c5019e01ce329d67
no xdefs_filename!
TESTING: getPixmapDir:/usr/local/share/fontforge/pixmaps
TESTING: getShareDir:/usr/local/share/fontforge
TESTING: GResourceProgramDir:/usr/local/bin
trying default theme:/usr/local/share/fontforge/pixmaps/resources
fontforge 00:33 UTC 6-Jul-2017
libfontforge 20170706
root@ubuntu-512mb-sgp1-01:~# pdf2htmlEX -v
pdf2htmlEX version 0.14.6
Libraries:
poppler 0.33.0
libfontforge 20170706
cairo 1.14.6
Default data-dir: /usr/local/share/pdf2htmlEX
Supported image format: png svg
root@ubuntu-512mb-sgp1-01:~# pdf2htmlEX --debug 1 --tmp-dir ./tests/tmp --dest-dir ./tests/out/Ezequiel001 ./tests/Ezequiel001.pdf Ezequiel001.html
temporary dir: ./tests/tmp/pdf2htmlEX-UikS2y
Preprocessing: 4/4
Add new temporary file: ./tests/tmp/pdf2htmlEX-UikS2y/__css
Add new temporary file: ./tests/tmp/pdf2htmlEX-UikS2y/__outline
Add new temporary file: ./tests/tmp/pdf2htmlEX-UikS2y/__pages
Install font 1: (8 0) YCMCEY+NimbusRomNo9L-Regu
Add new temporary file: ./tests/tmp/pdf2htmlEX-UikS2y/f1.cff
Embed font: ./tests/tmp/pdf2htmlEX-UikS2y/f1.cff 1
Add new temporary file: ./tests/tmp/pdf2htmlEX-UikS2y/__raw_font_1.cff
em size: 1000
Add new temporary file: ./tests/tmp/pdf2htmlEX-UikS2y/f1.map
Segmentation fault (core dumped)
root@ubuntu-512mb-sgp1-01:~#