flutter_pdf_render icon indicating copy to clipboard operation
flutter_pdf_render copied to clipboard

A Flutter package, which renders PDF pages.

Results 69 flutter_pdf_render issues
Sort by recently updated
recently updated
newest added

Greetings! To start with thanks for your work on this package. :-) I noticed some a random issue on one pdf where a particular page would go white until the...

need investigation

I got a bug report from a user on Android, where the PDF which is Landscape-Oriented, is being rendered in Portrait Mode (90° tilted) and the output image is drawn...

bug

Try to build for Android minSDK 24 When build project: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':pdf_render:externalNativeBuildDebug'. > Build command failed....

waiting_for_response

how can i enable Horizontal view ?

I try to run my app on simulator and show this message. im using MacBook Air (M1, 2020) with macos big sur Xcode build done. 3.7s Failed to build iOS...

waiting_for_response

`PdfViewer( filePath: widget.filePath,)` On iOS device rendering of vector pdf are lighter than expected (in comparison with Google Drive or native file preview) ![pdf](https://user-images.githubusercontent.com/44803127/104330413-3dc1e900-54ee-11eb-81f6-803a812ac416.png) ![pdf2](https://user-images.githubusercontent.com/44803127/104330463-487c7e00-54ee-11eb-9bb6-97019cccb650.png) ![pdf3](https://user-images.githubusercontent.com/44803127/104330471-4aded800-54ee-11eb-9aee-9dcfedccc726.png)

need investigation

```flutter: RangeError (index): Invalid value: Not in inclusive range 0..1: -1 flutter: #0 List.[] (dart:core-patch/growable_array.dart:254:60) #1 PdfViewerController.getPageRect (package:pdf_render/pdf_render_widgets.dart:374:55) #2 PdfViewerController.calculatePageFitMatrix (package:pdf_render/pdf_render_widgets.dart:379:18) #3 _PdfViewerState._relayout. (package:pdf_render/pdf_render_widgets.dart:684:36) #4 new Future.delayed. (dart:async/future.dart:315:39) #5 _rootRun...

waiting_for_response

I see the feature isEncrypted and allowsCopying but i don't see example and i don't know how to use it. Can you give me the example for using it?

when building for Flutter web the main.dart.js increases by 1mb when the package pdf_render: ^1.3.4 is added. is there any way to reduce the size pdf_render needs for Flutter web...

Hi there, I've noticed a problem when using PdfViewer with only single page and trying to use pinch-zoom. When I zoom the page it instalty looses it's initial padding set...