stephengaito

Results 42 comments of stephengaito

@ViliusSutkus89 So to my knowledge there has never been a libpdf2htmlEX. I can see no evidence in the code itself. Can you provide us with the interface you would *like*...

@ViliusSutkus89, This looks simple enough. I will have a look at how difficult it would be to refactor the existing code to provide this sort of interface. However, at the...

Correct the last line of the createAlpineTarFile build script: ``` chmod a+r $ALPINE_NAME.tar.gz ``` to ``` chmod a+r $ALPINE_NAME.install ```

@pcdinh, I *think* your problem is that you are mixing the headers from two different popper versions. *This will of course not work.* I have just attempted to recreate your...

@olszewskip, This is an interesting problem, and one which I might want to do as well some time in the future. I have just had a *cursory* look at the...

@mpope9 I am sorry for taking time to reply to this conversation. Alas, this is not my "day job" and so I am juggling lots of different priorities. At the...

Specifically on **this** pull request I *have* had a look at your pull request, and with small changes I think we could accept it. (I think the `FROM ubuntu` needs...

@mpope9 Many thanks for this Dockerfile. Starting from your Dockerfile, I have now learnt how to build and upload Docker Images. (I have also learnt how to assemble AppImages as...

@mrifni, Since I don't use epub v3 at all... It would be helpful if you provided a list of the tools (and their versions) that you are using, as well...

@originrobot There is currently a working pull request #22 from my fork, [stephengaito/pdf2htmlEX](https://github.com/stephengaito/pdf2htmlEX), of this repository (While I have the ability to accept this pull request, I have not yet...