The Flutter PDF Viewer widget lets you view PDF documents seamlessly and efficiently in Android, iOS, web, Windows, and macOS platforms. It has highly interactive and customizable features such as magnification, bidirectional virtual scrolling, page navigation, text selection, text search, page layout options, bookmark navigation, and document link annotation.
Load PDF documents from various sources such as AssetBundle, network or URLs, memory, and files. Open and display PDF files, both normal and protected, with AES and RC4 encryption algorithms (password-protected).
Easily scroll through pages in a document with a fluent experience. The pages are rendered only when required to increase the loading and scrolling performance.
The content of a document can be efficiently zoomed in and out.
Lay out the pages efficiently in a page-by-page (single page) scrolling mode or continuous scrolling mode. Also, scroll through pages in both horizontal and vertical directions.
Navigate to a desired topic or position in a PDF document by tapping the document link annotation of the topic in the table of contents.
Select the desired text in a PDF document smoothly and precisely.
Search for text and navigate to all its occurrences in a PDF document.
Bookmarks saved in a document are loaded and made ready for easy navigation.
Easily switch between light and dark themes.
The Flutter PDF Viewer allows users to select and copy text from PDF files. This is helpful for copying and sharing text content.
All static text within the PDF Viewer can be localized to any supported language.
Easily get started with the Flutter PDF Viewer using a few simple lines of DART code example as demonstrated below. Also explore our Flutter PDF Viewer Example that shows you how to render and configure the PDF Viewer in Flutter.
@override
Widget build(BuildContext context) {
return Scaffold(
body: Container(
child: SfPdfViewer.network(
'https://cdn.syncfusion.com/content/PDFViewer/flutter-succinctly.pdf')));
}
You can find our Flutter PDF Viewer demo here.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.