Skip to content

This repository contains the sample to load a PDF document from URL in Flutter PDF Viewer.

Notifications You must be signed in to change notification settings

SyncfusionExamples/load-a-pdf-from-URL-in-flutter-pdf-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load a PDF document from memory or bytes in Flutter PDF Viewer

The SfPdfViewer.network creates a widget that displays the PDF document obtained from a URL. The following code example explains the same.

{% tabs %} {% highlight Dart %}

@override Widget build(BuildContext context) { return Scaffold( body: Container( child: SfPdfViewer.network( 'http://ebooks.syncfusion.com/downloads/flutter-succinctly/flutter-succinctly.pdf'))); }

{% endhighlight %} {% endtabs %}

To learn more about SfPdfViewer widget and its features, refer to this documentation

About

This repository contains the sample to load a PDF document from URL in Flutter PDF Viewer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published