Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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<sup>&reg;</sup> 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)