Eric Dodémont

Results 13 comments of Eric Dodémont

With pdf2htmlEX 0.18.8.rc2 I get the same error. See here with debug enabled: ``` dodeeric@argentina:~/temp$ pdf2htmlEX --debug 1 DFPGLungMen.pdf temporary dir: /tmp/pdf2htmlEX-fWSvEq Syntax Error: Unknown character collection 'Dynalab-CNS1' Preprocessing: 1/1...

I think the problem is maybe [poppler-data](https://packages.debian.org/sid/misc/poppler-data). That package provides the CMap tables required to display PDF documents containing **Chinese, Japanese, or Korean (CJK) characters** with libpoppler. They were previously...

There is no such problem with the Linux version (installed from the .deb package): ``` * Version: root@2277f1344160:/temp# pdf2htmlEX -v pdf2htmlEX version 0.18.8.rc2 Copyright 2012-2015 Lu Wang and other contributors...

There is no problems with the Windows version from here: [https://soft.rubypdf.com/software/pdf2htmlex-windows-version](https://soft.rubypdf.com/software/pdf2htmlex-windows-version). Caution: this is a version made from the **original** pdf2htmlEX version (archived repository: [coolwanglu/pdf2htmlEX](https://github.com/coolwanglu/pdf2htmlEX); latest version: 0.14.6). ``` *...

I have written a Bash script (pdf2epubEX.sh) to convert a PDF file (myfile.pdf) to a fixed layout ePub file (myfile.epub). The layout is perfectly retained and all the fonts are...

Sorry, I did not understand you wanted a reflowable text ePub. In fact, pdf2htmlEX is THE tool to maintain the original layout. Hence, I do not think it is the...

Robert, The problem is not *pdf2htmlEX* nor *pdf2epubEX*, but the ePub reader(s)... The ePub files **with fixed layout** are often not properly supported. Bellow screenshots of the [ePub version of...

On my device, most of the pages display instantaneously or in less than 5 seconds. For your information, Amazon has a format called "print replica" which can be read by...

Good news for you: your book is already available online on Amazon (Kindle version). I checked the sample, and as expected, the display is perfect.

Strange because I get another result: ``` dodeeric@argentina:~/temp$ pdf2htmlEX --debug 1 test.pdf temporary dir: /tmp/pdf2htmlEX-uGYSgl Error: Copying of text from this document is not allowed. ``` This is not an...