Anyone know a good open source PDF viewer library?
# android
k
Anyone know a good open source PDF viewer library?
not kotlin but kotlin colored 3
c
I typically default to this
k
Thanks @Ciaran Sloan I came across that but that library has a publishing problem. It used to be published to JCenter which is long gone and it's not being published to maven central yet.
c
I'm not using jcenter in my project, and it resolves just fine on maven central
k
Yeah that's coming from
com.github.mhiew
who has forked it from the original repo and it only has beta versions and not the stable one yet.
m
Or, if you want to have more control in building the natives, https://github.com/paulocoutinhox/pdfium-lib can help
k
Thanks, Miguel. PDFium looks cool but looks like there is some management effort required to generate the package whenever a new version is available. Seems like https://github.com/barteksc/PdfiumAndroid might be a good solution.