Releases: Zoltaneusz/PdfiumAndroid
Releases · Zoltaneusz/PdfiumAndroid
V1.10.0
Support for 16KG page size.
https://developer.android.com/guide/practices/page-sizes
v1.9.3
Fixed packaging of native libraries:
- modft2.so
- modpng.so.
v1.9.2
Published library now available through Jitpack.
V1.9.1
Initial release, including clickable links that are in plain text format, e.g. https://de.wikipedia.org/wiki/GitHub, not being annotated by the creator of the PDF.
Limitations:
- the link has to contain http or https string
- link either has a space character after the last character or is written in it's own line
- multiple links in the same documents are working
- links on multiple pages of the PDF are working
- links, that end in a line and continue in the next line are NOT found (using non-breaking spaces on the PDF, however solves the situation)