diff --git a/README.md b/README.md index 2598493..d5a1ac3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,42 @@ -# how-to-fill-pdf-forms-with-flutter-pdf-viewer -This repository contains an example that demonstrates how to fill PDF forms using Flutter PDF viewer +# How to Fill PDF forms using Flutter PDF viewer? + +This repository provides an example that shows how to fill PDF forms, import and export form data, and save documents using the Syncfusion® Flutter PDF Viewer. + +## System requirements + +https://help.syncfusion.com/flutter/system-requirements + +## Clone the repository + +* To clone the sample repository locally, open the command prompt in the desired location and execute the following command. + +```sh + +git clone https://github.com/SyncfusionExamples/how-to-fill-pdf-forms-with-flutter-pdf-viewer.git + +``` + +* Navigate to the project directory: + +```sh +cd how-to-fill-pdf-forms-with-flutter-pdf-viewer +``` + +## Installing Packages + +Install the required packages by running the following command: + +```sh +flutter pub get +``` + +## Run the application + +To run the application, use the following command: + +```sh +flutter run +``` + +## Blog reference +[Effortlessly Fill and Share PDF Forms using Flutter PDF Viewer](https://www.syncfusion.com/blogs/post/fill-share-pdf-forms-flutter)