LangLord
LangLord
+1 java.lang.IllegalStateException: Don't call load on a PDF View without recycling it first
@hucong730 Do you have the original pdf file?
@MikaReesu I can try to solve it, can you provide the PDF file?
> Here the document : Password : azerty > […](#) > On Fri, Feb 2, 2024, 10:10 LangLord ***@***.***> wrote: @MikaReesu I can try to solve it, can you provide...
> Didn't work from Gmail here the pdf. [single_password.pdf](https://github.com/TomRoush/PdfBox-Android/files/14138282/single_password.pdf) I'm getting a normal rendering here.
> > Didn't work from Gmail here the pdf. [single_password.pdf](https://github.com/TomRoush/PdfBox-Android/files/14138282/single_password.pdf) > > > I'm getting a normal rendering here. `try { // Load in an already created PDF // PDDocument...
use : implementation "com.tom-roush:pdfbox-android:2.0.27.0" , render error use: implementation project(':library') (source code) , render fine
> 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...
> 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"实现“com.tom-roush:pdfbox-android:2.0.27.0” > > This should contain everything...
Yes, I also found this issue and submitted the pr, but it has not been merged yet