-
Hi,
I m trying use this library to show PDF within my android application. And everything works well except, it is always showing loading in PDF Viewer activity.
Log:
java.lang.NullPointerException
…
-
When I open a PDF in iOS, my Debug Console get a lot of Errors.
It is always the same Error:
> CGContextAddLineToPoint: no current point.
> CGContextClosePath: no current point.
> Error: …
-
Hi
I'm trying to put watermark in the pdf view with a simply code :
```
PDFView pdfView= (PDFView) findViewById(R.id.pdfView);
pdfView.fromAsset("test.pdf").onDraw(new OnDrawListener()…
-
PDF file just one page. error show:
java.lang.RuntimeException: error loading page
at org.vudroid.pdfdroid.codec.PdfPage.open(Native Method)
at org.vudroid.pdfdroid.codec.PdfPag…
-
java.lang.RuntimeException: error loading page
at org.vudroid.pdfdroid.cod…
-
Hi i'm using your PDF viewer and my goes crash .Please help ASAP. Below is my application crash log.
07-02 08:44:44.202: E/AndroidRuntime(32162): java.lang.RuntimeException: error loading page
07-02 …
-
java.lang.RuntimeException: error loading page
at org.vudroid.pdfdroid.codec.PdfPage.open(Native Method)
at org.vudroid.pdfdroid.codec.PdfPage.createPage(PdfPage.java:55)
at org.vudroid.pd…
Veaer updated
7 years ago
-
java.lang.RuntimeException: error loading page
at org.vudroid.pdfdroid.codec.PdfPage.open(Native Method)
at org.vudroid.pdfdroid.codec.PdfPage.createPage(PdfPage.java:55)
at org.vudroid.pd…
-
java.lang.RuntimeException: error loading page
at org.vudroid.pdfdroid.codec.PdfPage.open(Native Method)
at org.vudroid.pdfdroid.codec.PdfPage.createPage(PdfPage.java:55)
at…
-
We are getting exception of Handler not found for view Maui.PDFView.PdfView in the latest version whereas it is working fine on 1.0.4. Kindly check