https://github.com/syncfusionexamples/create-a-pdf-document-in-flutter
A quick-start example to help you add Syncfusion Flutter PDF library to a Flutter app. In this example, you will learn how to create a PDF document and add text, images, and tables to it. You will also learn how to save the file and download the document on a mobile and in the web.
https://github.com/syncfusionexamples/create-a-pdf-document-in-flutter
Last synced: 5 months ago
JSON representation
A quick-start example to help you add Syncfusion Flutter PDF library to a Flutter app. In this example, you will learn how to create a PDF document and add text, images, and tables to it. You will also learn how to save the file and download the document on a mobile and in the web.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/create-a-pdf-document-in-flutter
- Owner: SyncfusionExamples
- Created: 2021-03-12T10:51:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:12:45.000Z (about 1 year ago)
- Last Synced: 2024-12-02T13:24:46.015Z (about 1 year ago)
- Language: Dart
- Size: 142 KB
- Stars: 20
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a PDF Document in Flutter
A quick-start example to help you add Syncfusion® Flutter PDF library to a Flutter app. In this example, you will learn how to create a PDF document and add text, images, and tables to it. You will also learn how to save the file and download the document on a mobile and in the web.
Watch the video: https://www.syncfusion.com/tutorial-videos/flutter/pdf?title=create-a-pdf-document-in-flutter
Documentation: https://help.syncfusion.com/flutter/pdf/overview
## Requirements to run the demo
* [VS Code](https://code.visualstudio.com/download)
* [Flutter SDK v1.22+](https://flutter.dev/docs/development/tools/sdk/overview)
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)
## How to run this application
To run this application, you need to first clone or download the ‘create a pdf document in flutter’ repository and open it in your preferred IDE, say VS Code. Then, build and run your project to view the output.
## Further help
For more help, check the [Syncfusion® Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview),
[Flutter documentation](https://flutter.dev/docs/get-started/install).