Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions Flutter/pdf/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ documentation: ug

This section explains the steps required to create a [Flutter PDF library](https://www.syncfusion.com/document-processing/pdf-framework/flutter/pdf-library) document by a single button click. This section covers only the minimal features needed to learn to get started with the PDF.

Check the following video to quickly get started with creating a Flutter PDF document.
{% youtube "https://youtu.be/tMM9ty4Wfq0?si=b3EBPP0mjVpLKdBJ" %}

## Steps to create PDF document in Flutter application

Create a simple project using the instructions given in the [`Getting Started with your first Flutter app'](https://docs.flutter.dev/get-started/test-drive?tab=vscode#create-app) documentation.
Expand Down
6 changes: 4 additions & 2 deletions Flutter/pdf/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ documentation: ug

# Flutter PDF Overview

The Syncfusion<sup>&reg;</sup>
Flutter PDF is a library written natively in Dart for creating the PDF documents from scratch. The library can be used in Flutter Mobile and Web platforms without the dependency of Adobe Acrobat. The creation of PDF follows the most popular PDF 1.7 (ISO 32000-1) and latest PDF 2.0 (ISO 32000-2) specifications.
The Syncfusion<sup>&reg;</sup> Flutter PDF is a library written natively in Dart for creating the PDF documents from scratch. The library can be used in Flutter Mobile and Web platforms without the dependency of Adobe Acrobat. The creation of PDF follows the most popular PDF 1.7 (ISO 32000-1) and latest PDF 2.0 (ISO 32000-2) specifications.

Check the following video for a quick overview of Syncfusion Flutter UI Widgets and File Format Packages.
{% youtube "https://youtu.be/FwUSJtv-3NY?si=doGR-fOkvghf-UUa" %}

## Key features of Syncfusion<sup>&reg;</sup> Flutter PDF:

Expand Down