Pdf-Viewer
Pdf-Viewer copied to clipboard
A Lightweight PDF Viewer Android library which only occupies around 80kb while most of the Pdf viewer occupies up to 16MB space.
I'm trying to load a PDF with huge size and the view seems to lose quality and I can't visualize the details, is there a way to configure the PdfViewerActivity...
## 📝 Describe the Bug Hi, thank you for your effort to make such a wonderful library! I really appreciate it! But I am facing a bug... When I double...
handle file can not be opened because the PDF contains the password, the user can handle it
I'm not entirely sure why this happens but updating from 2.0.7 to 2.1.0 and subsequently 2.1.1 has overridden my action bar color and turned it to a white shade. See...
I'd like to have the possibility to open for example a browser when clicking a link inside the pdf.
## 📝 Describe the Bug I found the crash report looks like this: ``` java.io.FileNotFoundException: /data/user/0/com.myapp.www/cache/___pdf___cache___/0: open failed: ENOENT (No such file or directory) at libcore.io.IoBridge.open(IoBridge.java:574) at java.io.FileOutputStream.(FileOutputStream.java:236) at java.io.FileOutputStream.(FileOutputStream.java:186)...
This PR remove some force unwrap that were unnecessary, to avoid crashes at runtime.
**Is your feature request related to a problem? Please describe.** Currently there doesn't seem to be a way for users to highlight texts in rendered PDF, would be good to...
Current Composable function make all the PDF source as nullable and have default value (null). I think there is at least two issues with that: 1. People can forget to...