pdf_ce 3.13.1 copy "pdf_ce: ^3.13.1" to clipboard
pdf_ce: ^3.13.1 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_ce

With Flutter:

 $ flutter pub add pdf_ce

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

dependencies:
  pdf_ce: ^3.13.1

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_ce/pdf.dart';
import 'package:pdf_ce/widgets.dart';
0
likes
160
points
113
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

License

Apache-2.0 (license)

Dependencies

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

More

Packages that depend on pdf_ce