-
I use flutter_pdfview: ^1.2.7
How can I fix this problem?Thanks.
-
I'm trying to render a pdf created using wickedpdf using a java pdf-renderer (https://java.net/jira/browse/PDF_RENDERER/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel)
and I'm get…
-
Hi @barteksc ,
In general PDF contains more papers, in my case I am rendering single page with
I am displaying Each PDF file in Recyclerview using Adapter, so I can do load more for each pdf fi…
-
Hi,
maybe somebody besides me is searching for a solution on how to generate pdf files on server side. Here is a small example that works for me. Maybe it finds its way to the readme. :)
```
$pdfVie…
-
RN 0.73.4
react-native-pdf 6.7.4
OS: android 13 new arch
setPage not work on android new arch
-
I am setting pageNumber in setNativeProps so that pdf directly opens to that particular page using following code, This works for zoom . iOS works fine and pdf is loaded with 2nd page but crashes the…
-
Here is my code i am using to load the current page and saving in onSaveInstanceState and Restoring in onRestoreInstanceState
```
@Override
protected void onRestoreInstanceState(@NonNull Bund…
-
Hi,
Is there a way to make pdfView in fullscreen mode whatever the sreen size ?
-
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
3 months ago
-
package version: 1.0.7
ios version: 16.4
https://github.com/kaichii/pdf_viewer/assets/46450095/de3e0b3b-0752-4554-b5a0-a4d7bfa590ea
```dart
enum _PdfState {
loading,
success,
error,
…