Thanks and Merry Christmas!!!Sended.
Thanks and Merry Christmas!!!Sended.
Hi. All links for this lib on thread is broken. if someone who has already downloaded this lib, could send it to me at rildo /at/ streamsolucoes.com
Regards
I've losted the source,maybe you can do it yourself with jd-gui.Hi @icefairy333
I'm having a few problems with the original version of this library. It seems to work OK the first time you use it, but if you exit out of an activity using it and go back it it often crashes when the file is loaded.
I've seen that the MuPDF source has been updated several times since you originally released the library. Is there any chance you could recompile with the latest version of the MuPDF sources?
Thanks
Andrew
sorry I have no plan to do it from now.Can you provide a pdf annotator library. i would like to pay.
Sub OpenPDF(filename As String)
pContent.RemoveAllViews
Dim pdfView As PDFViewer
pdfView.init
Activity.AddView(pdfView,0,0,-1,-1)
pdfView.getpdf(File.Combine(File.DirDefaultExternal & "/", filename))
End Sub
maybe your cpu is not support.I am getting an error when using this Lib.
It seems to fail when I call the init sub. There are no errors when I step through, it just says "copy lib" in the log, and eventually crashes.
B4X:Sub OpenPDF(filename As String) pContent.RemoveAllViews Dim pdfView As PDFViewer pdfView.init Activity.AddView(pdfView,0,0,-1,-1) pdfView.getpdf(File.Combine(File.DirDefaultExternal & "/", filename)) End Sub
Any ideas?
the lib support arm onlyHi, Thanks for replying.
I have an LG G3 which uses the Krait400 CPU. Do you think this is the problem?
Cheers
Brian
Has you device a arm CPU Architecture?i tryed to run the example and i get this error message