zaynpdf_flutter_pdf 1.1.6
zaynpdf_flutter_pdf: ^1.1.6 copied to clipboard
Official ZaynPDF Flutter SDK for high-performance PDF manipulation. Edit live text, convert 30+ file formats, compress, merge, split, OCR, watermark & protect PDFs with ease.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zaynpdf_flutter_pdfThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zaynpdf_flutter_pdf: ^1.1.6Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zaynpdf_flutter_pdf/zaynpdf_flutter_pdf.dart';