pdf2htmlEX
pdf2htmlEX copied to clipboard
Convert PDF to HTML without losing text or format.
Excuse me, does the pdftohtmlex source code include related third-party libraries that can run successfully on ios?
文字内容丢失
在进行文件转换时,有时候一些文字内容出现了丢失的情况。是由于字体的关系吗? 工作环境 OS 10.11.5
Is it possible to run pdf2htmlEx on Amazon Lambda? Amazon uses its own Amazon Linux on compute instances that use Lambda. I believe this is a great use case for...
Allow document to be opened at 100% width by default.
Fix #445. Now `--space-as-offset` works on "unicode space" instead of ASCII SPACE before decoding the text. This change should also increases the oppotunities of converting spaces to offsets. However for...
as per the title, is there a settings to be changed somewhere to use em font-sizes instead of px? Thanks
F:/msys64/home/pdf2htmlEX/3rdparty/poppler/git/CairoFontEngine.cc:662:50: error: no matching function for call to 'Dict::getVal(long unsigned int&, Object*)' gfx->display(charProcs->getVal(glyph, &charProc));
Hi. Newb here. I tried to install [this](https://github.com/coolwanglu/pdf2htmlEX/wiki/Download#how-to-use-this-docker-container-to-convert-pdf-file-to-html) image. It did fit well. But when i try to run, ``` $ sudo docker run -ti --rm -v ~/Downloads:/Downloads bwits/pdf2htmlex --zoom...