Dear All,
Greetings,
Regarding to PDFViewer at link
https://www.b4x.com/android/forum/threads/pdfium-pdfview2.102756/
Thanks for creator Mr.DonManfred,
I have an error at runing the App., it gave me the following error:
-----------------------------------------------------------------------------------------------------------
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
onError()
java.lang.UnsatisfiedLinkError: No implementation found for long com.shockwave.pdfium.PdfiumCore.nativeOpenDocument(int, java.lang.String) (tried Java_com_shockwave_pdfium_PdfiumCore_nativeOpenDocument and Java_com_shockwave_pdfium_PdfiumCore_nativeOpenDocument__ILjava_lang_String_2)
at com.shockwave.pdfium.PdfiumCore.nativeOpenDocument(Native Method)
at com.shockwave.pdfium.PdfiumCore.newDocument(PdfiumCore.java:135)
at com.github.barteksc.pdfviewer.source.UriSource.createDocument(UriSource.java:38)
at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:49)
at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:25)
at android.os.AsyncTask$2.call(AsyncTask.java:333)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
** Activity (main) Pause, UserClosed = false **
-----------------------------------------------------------------------------------------------------------
on the other hand, I try to test other old version which at link:
https://www.b4x.com/android/forum/threads/pdf-view-show-pdf-files-in-your-own-app.54737/
but fail to find Library Files, and if can Example code.
Hope to solve the above error.
and/or Hope to find running example and requested library,
Thanks on advance,
Best regards