pdf 3.11.3 copy "pdf: ^3.11.3" to clipboard
pdf: ^3.11.3 copied to clipboard

A pdf producer for Dart. It can create pdf files for both web or flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf
copied to clipboard

With Flutter:

 $ flutter pub add pdf
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pdf: ^3.11.3
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pdf/pdf.dart';
copied to clipboard
2.87k
likes
160
points
495k
downloads
screenshot

Publisher

verified publishernfet.net

Weekly Downloads

2024.09.13 - 2025.03.28

A pdf producer for Dart. It can create pdf files for both web or flutter.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#pdf #printer #print #printing #report

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, barcode, bidi, crypto, image, meta, path_parsing, vector_math, xml

More

Packages that depend on pdf