pdf2htmlEX
pdf2htmlEX copied to clipboard
Convert PDF to HTML without losing text or format.
Hi, I am unable to compile pdf2htmlEX Here are errors that I got ``` [ 10%] Building CXX object CMakeFiles/pdf2htmlEX.dir/3rdparty/poppler/git/CairoFontEngine.cc.o In file included from /tmp/pdf2htmlEX/3rdparty/poppler/git/CairoFontEngine.cc:43:0: /tmp/pdf2htmlEX/3rdparty/poppler/git/CairoOutputDev.h:144:8: error: ‘void CairoOutputDev::setDefaultCTM(const double*)’...
[The building wiki is a bit out of date it seems](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Building). The new compiler options for poppler's xpdf are `-DENABLE_UNSTABLE_API_ABI_HEADERS=ON`, instead of `--enable-xpdf-headers`. Not sure which version of poppler made...
Hello. Sorry if this is not an appropriate place to do that but I'm not an experienced web-developer and I'd like to ask for help and guidance: I'd like to...
Hello, I am stuck on processing a pdf file. I am getting these kind of warnings: - No glyph for the key character to derive standard width and height for...
Seems that the code uses deprecated CCITTFaxStream methods. Could someone tell me which version is used?
Hi! I tried to convert the following PDF with "--decompose-ligature 1" parameter but still got "fl" etc.: https://www.pnas.org/content/pnas/107/Supplement_2/8902.full.pdf Check for example "Whereas clades reflect" I expected "reflect". Any help appreciated,...
This will require working around the fontforge build error (no pangofxt as part of the homebrew pango package.)
Todo list - [x] Migrate wiki - [x] Setup travis.ci for quality testing - [ ] Setup travis.ci for github release building (if feasible) - [ ] Establish a new...
When I convert documents that contain texts in Arabic script I get mixed results. When I force conversion to Unicode (1) it's the worst but all the settings (-1, 0)...
I'm trying to understand the meaning of issues 11 (fontforge update) and 10 (poppler update). Is there a branch that I can checkout that will compile with newer versions of...