Skip to content

Commit 6de75a2

Browse files
authored
Merge pull request #2 from SyncfusionExamples/readme-update
Update README.md
2 parents 7d11ca3 + f81014d commit 6de75a2

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

README.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
1-
# how-to-fill-pdf-forms-with-flutter-pdf-viewer
2-
This repository contains an example that demonstrates how to fill PDF forms using Flutter PDF viewer
1+
# How to Fill PDF forms using Flutter PDF viewer?
2+
3+
This repository provides an example that shows how to fill PDF forms, import and export form data, and save documents using the Syncfusion<sup>&reg;</sup> Flutter PDF Viewer.
4+
5+
## System requirements
6+
7+
https://help.syncfusion.com/flutter/system-requirements
8+
9+
## Clone the repository
10+
11+
* To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
12+
13+
```sh
14+
15+
git clone https://github.com/SyncfusionExamples/how-to-fill-pdf-forms-with-flutter-pdf-viewer.git
16+
17+
```
18+
19+
* Navigate to the project directory:
20+
21+
```sh
22+
cd how-to-fill-pdf-forms-with-flutter-pdf-viewer
23+
```
24+
25+
## Installing Packages
26+
27+
Install the required packages by running the following command:
28+
29+
```sh
30+
flutter pub get
31+
```
32+
33+
## Run the application
34+
35+
To run the application, use the following command:
36+
37+
```sh
38+
flutter run
39+
```
40+
41+
## Blog reference
42+
[Effortlessly Fill and Share PDF Forms using Flutter PDF Viewer](https://www.syncfusion.com/blogs/post/fill-share-pdf-forms-flutter)

0 commit comments

Comments
 (0)