custom_pdf_converter 3.10.4 copy "custom_pdf_converter: ^3.10.4" to clipboard
custom_pdf_converter: ^3.10.4 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 custom_pdf_converter

With Flutter:

 $ flutter pub add custom_pdf_converter

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

dependencies:
  custom_pdf_converter: ^3.10.4

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:custom_pdf_converter/pdf.dart';
import 'package:custom_pdf_converter/widgets.dart';
4
likes
140
pub points
49%
popularity
screenshot

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues
Contributing

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 custom_pdf_converter