Skip to content

Commit 9a30e57

Browse files
FLUT-962885: Add how to for syncfusion_pdfviewer_android
1 parent 5f18821 commit 9a30e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flutter/pdf-viewer/How-to/Render-pages-using-pdfium-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: flutter pdf viewer, flutter view pdf, pdf viewer in flutter, flutter o
1010

1111
# How to render PDF pages using PDFium on Android?
1212

13-
The Syncfusion Flutter PDF Viewer allows users to render PDF pages using the PDFium library on Android. This enables rendering PDF pages with better performance on Android devices running API levels below 35. By default, the PDF Viewer uses the [PdfRenderer](https://developer.android.com/reference/android/graphics/pdf/PdfRenderer) to render PDF pages on the Android platform.
13+
The Syncfusion Flutter PDF Viewer allows users to render PDF pages using the PDFium library on Android through an optional package, [syncfusion_pdfviewer_android](https://pub.dev/packages/syncfusion_pdfviewer_android). This enables loading password-protected documents and rendering PDF pages with better performance on Android devices running API levels below 35. By default, the PDF Viewer uses the [PdfRenderer](https://developer.android.com/reference/android/graphics/pdf/PdfRenderer) to render PDF pages on the Android platform.
1414

1515
However, the `PdfRenderer` does not support loading password-protected documents on Android devices running API levels below 35. To load password-protected documents on Android, we decrypt the PDF document using the `syncfusion_flutter_pdf` library and employ the decrypted bytes to load the PDF document.
1616

0 commit comments

Comments
 (0)