Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 997cdf3

Browse files
author
barteksc
authored
Add missing from*() methods to docs
1 parent ed82e0b commit 997cdf3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ pdfView.fromUri(Uri)
5252
or
5353
pdfView.fromFile(File)
5454
or
55+
pdfView.fromBytes(byte[])
56+
or
57+
pdfView.fromStream(InputStream)
58+
or
59+
pdfView.fromSource(DocumentSource)
60+
or
5561
pdfView.fromAsset(String)
5662
.pages(0, 2, 1, 3, 3, 3) // all pages are displayed by default
5763
.enableSwipe(true)

0 commit comments

Comments
 (0)