Thomas Taschauer
Thomas Taschauer
> The only real gripe I have now is how it takes a couple seconds to load PDFs, but this certainly is a minor issue in comparison. That should be...
This is online, we don't parse XLSX locally yet: https://github.com/opendocument-app/OpenDocument.droid/blob/main/app/src/main/java/at/tomtasche/reader/background/OoxmlLoader.java#L31
I couldn't remember how we handle XLSX so I had to dig it up myself: we upload them to our own server, which uses the LibreOffice CLI to convert the...
Same issue here. Has anyone found a solution for that?
Thanks for the report! Looks like an Android UI bug to me, since the stacktrace never mentions our code + we don't change the UI from C++. I'm assuming that...
> I got some luck getting the document to fit properly by using [setFitWidth](https://github.com/opendocument-app/pdf2htmlEX-Android/blob/master/pdf2htmlEX/src/main/java/app/opendocument/android/pdf2htmlex/pdf2htmlEX.java#L254), which calls [fit-width](https://github.com/pdf2htmlEX/pdf2htmlEX/blob/master/pdf2htmlEX/src/pdf2htmlEX.cc#L144), but I'm not entirely sure what's the proper default value for it Could...