-
mPdfView = (PDFView) findViewById(R.id.pdfview);
mPdfView.setOnClickListener(new OnClickListener() {
```
@Override
public void onClick(View v) {
Log.d(LOG_TAG, "fu…
-
Need to add org-pdfview to pdftools
-
### Steps to reproduce
1. Open c.nc on Android Chrome Mobile
2. open a multi page PDF
3. Scroll to last page
4. See that last page is cut off if software menu bar is enabled
### Expected beh…
-
Installing an android 12 emulator version when opening a pdf it crashes with this exception.
```
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libpdfsdk_jni.so" not found
…
-
When I try to open pdf file I got the exception. Some times it opens, sometimes the eclipse is shutdown after that.
Ubuntu 11.10, eclipse indigo, texlipse 1.5.
com.sun.pdfview.PDFParseException: Unsup…
-
I was thinking that instead of dealing with a render implementation to show a continuous stream of pages. Most of us would be perfectly happy with vertical scrolling I suppose. At least I would. This …
-
`return {this.pdfView = pdf;}}
path={"http://www.orimi.com/pdf-test.pdf"}
onLoadComplete = {(pageCount)=>{
this.pdfView.setNativeProps({
zoom: 1.5
});
…
-
I am Brazilian and I used google translator translation for this request:
I am trying to render a PDF on my App Flutter screen and at the moment the `getApplicationDocumentsDirectory()` method is c…
-
**What `react-native` version are you using?**
0.59 (Expokit 35.0.0)
**What `react-native-pdf` version are you using?**
5.1.5 (works fine with 5.1.3)
**What platform does your issue occur on? …
-
I am not able to get pdfview to render on Android. I have even hard coded the external url. I am using Nativescript 5 and Angular 7
Here is my setup
```typescript
import { registerElement } from 'n…