MikaReesu
MikaReesu
The bug is still existing. You can add the Nexus 5X to that list.
I got the same issue, while opening a pdf with password. I didn't get that with a pdf without password. `val inputStream: InputStream = FileInputStream(file) // Load in an already...
Here the document : Password : azerty On Fri, Feb 2, 2024, 10:10 LangLord ***@***.***> wrote: > @MikaReesu I can try to solve it, can you > provide the PDF...
Didn't work from Gmail here the pdf. [single_password.pdf](https://github.com/TomRoush/PdfBox-Android/files/14138282/single_password.pdf)
What is that? `implementation project(':library') (source code) , render fine ` It doesn't seem to be correct. If it's in gradle it leads to an error : `Project with path...
For library, I just found where to add, but why do I need to add the library that way? implementation "com.tom-roush:pdfbox-android:2.0.27.0" This should contain everything needed, normally. Is there a...
Thank you. I'll be looking for another library. Seems too risky for production app.
Hello, I was trying to use the isCrashedLastRun on Android with Kotlin but it didn't work. Is it still not implemented? Thank you for your answers.
I see, thank you.
private val viewModel by lazy { lookup< MediaViewModel >() } I am also using it in all my fragments. When it is detected that the app is too old. I...