pdf2htmlEX-Android
pdf2htmlEX-Android copied to clipboard
pdf2htmlEX library port for Android - Convert PDF to HTML without losing text or format
Bumps com.android.library from 8.2.0 to 8.3.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
A little bit out of the way! Do you have any way to convert html to pdf? Thank you? I tried some repo: https://github.com/mddanishansari/html-to-pdf-convertor But it caused some errors.
Library is republished to MavenCentral with the new group name `app.opendocument:pdf2htmlex-android:0.18.24`. `com.viliussutkus89:pdf2htmlex-android:0.18.24` is also published and it includes a deprecation notice in `pdf2htmlEX.java` class: ```java /** * @deprecated This library...
Current long term stable NDK dropped support for pre KitKat (api-19) devices. Multiple NDK versions would allow to support them longer. Would be good to publish library linked against static...
Converting a `PDF` that contains 150+ pages takes more than 10+ min. It would be great if we could skip some feature, like for example `css` ,`script` and `style`. The...
Generated Html file cannot be readable. How can we use without encoded characters in Html?
When dealing with files, Android usually deals in Uri's not File handles. Sharing/Sending files from other apps, opening through file manager or through Storage Access Framework. All of them deal...
@ViliusSutkus89 I am about to issue a pull request from my [stephengaito/pdf2htmlEX](https://github.com/stephengaito/pdf2htmlEX) development repository back into the main [pdf2htmlEX/pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX) repository. *My changes are likely to break your build* (if and...