Description
Hello Eric!
I came across your program while searching for a converter from pdf to epub. However, despite my several attempts to convert my file with all available options to run the code, I haven't managed to do this.
- First, I added the package repository and installed the package with the command
sudo apt install pdf2epubex
Unfortunately, when converting, I got the same error about something being missing.
- So I moved on to the next option.
I tried to install pdf2epubEX from the deb package, but it failed due to two missing dependencies, namely libfontforge1 and libpoppler58. These packages are absent in the Ubuntu repository. Installing Font Forge and Poppler from other sources didn't help either, apparently because of the difference in package names. I guess that was also the reason for my failures with the first option.
- Finally, I installed Docker and tried out the image. That's what I got:
~/Desktop sudo docker run -ti --rm -v `pwd`:/pdf dodeeric/pdf2epubex pdf2epubEX.sh test.pdf
Unable to find image 'dodeeric/pdf2epubex:latest' locally
latest: Pulling from dodeeric/pdf2epubex
7b1a6ab2e44d: Pull complete
7f937bafbd1b: Pull complete
62c28fc93ed9: Pull complete
1f68659c9c03: Pull complete
c742b8d6bbbc: Pull complete
30d0de691ff0: Pull complete
c29d2e948a49: Pull complete
Digest: sha256:52054bb4f365c498f184673414e17db09145e5d28f2d30cb247e1877c1a6e73d
Status: Downloaded newer image for dodeeric/pdf2epubex:latest
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "pdf2epubEX.sh": executable file not found in $PATH: unknown.
Please assist me in this matter. I am very much looking forward to your help.
Here are my specs.