-
My app does a download and save the file in temporary directory.
I use a File object to pass its path in PDFView(filePath).
In iOS it works fine but in Android I got a java.io.FileNotFoundException:…
-
When I open pdf, this exception is come out and keep showing loading icon. May I know what is wrong?
06-26 15:20:21.485: E/PDFVIEWER(24225): java.nio.BufferUnderflowException
06-26 15:20:21.485: E/PD…
pphan updated
11 years ago
-
PDFView: load pdf error java.lang.UnsatisfiedLinkError: No implementation found for long com.shockwave.pdfium.PdfiumCore.nativeOpenMemDocument(byte[], java.lang.String) (tried Java_com_shockwave_pdfiu…
-
Hi I have saved the following variables in onPause():
current_page = pdfView.getCurrentPage();
currentXOffset = pdfView.getCurrentXOffset();
currentYOffset = pdfView.getCu…
-
RN 0.73.4
react-native-pdf 6.7.4
OS: android 13 new arch
setPage not work on android new arch
-
i cant open a pdf the app just crash
i used your simple code but not working
public static final String SAMPLE_FILE = "CyberLove.pdf";
```
public static final String ABOUT_FILE = "about.pdf";
PDF…
-
for some reason, the check in [BepdfApplication.cpp](https://github.com/HaikuArchives/BePDF/blob/master/bepdf/beos/BepdfApplication.cpp#L591) does not work correctly, causing BePDF to always ask for a…
grexe updated
2 months ago
-
I use GYROSCOPE sensor to swipe & scroll pdfview,
bellow my pdfview init
` pdfView = (PDFView)activity.findViewById(resource_layout);
pdfView.setLayerType(View.LAYER_TYPE_HARDWARE,…
-
I am trying to change colors on PdfView, on Android it works correct, but on iOS it's just make solid color under the PdfView without changing real colors inside the Widget.
And When I am calling bot…
-
PDF view is distorted. It displays some black boxes.
I tried with both versions:
1. `implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'` and nightMode to false.
2. `implementation…