pdf2htmlEX
pdf2htmlEX copied to clipboard
Pdf2htmlEX fontforge error
Hi @coolwanglu , I'm trying to make your pdf2htmlEX work on my ubuntu 16.04 LTS and I compiled pdf2htmlEX correctly but when I type pdf2htmlEX test.pdf it gives me such error: Lookup 'mark' Mark Positioning in Hebrew lookup 29 has an offset bigger than 65535 bytes. This means FontForge must use an extension lookup to output it. Not all applications support extension lookups. Working: 4/4
I compiled fontforge from your pdf2htmlEX i.e https://github.com/coolwanglu/fontforge/blob/master/INSTALL-git.md and my version of pdf2htmlEX is 0.14.6 poppler 0.41.0 libfontforge 20120731 Default data-dir: /usr/share/pdf2htmlEX Supported image format: png jpg
I have been reading your threads for quite a few days and I know that fontforge original is somewhat different from your pdf2htmlEX fontforge so I even tried their fontforge from ppa i.e.: sudo add-apt-repository ppa:fontforge/fontforge but still this error holds as my pdf do gets converted into html format but I can't process it further for semantic html parsing explained in this site as: https://github.com/fmalina/transcript (Pdf to sematic html conversion) As my desired task is to separate my text on the basis of headings i.e. h1 h2 etc. and pdf2htmlEX convert those headings into some weird tags. I have seen your travis.yml file its present in my repository do I have to manually write every command on my terminal or by running make and configure it'll work automatically? Please guide me in this, as I'm roaming on Internet for quite few days helplessly Thanks