text2pdf 0.0.2 copy "text2pdf: ^0.0.2" to clipboard
text2pdf: ^0.0.2 copied to clipboard

Convert any text to pdf file using this package ! Give any text as paramter, this package generates pdf from it and opens it

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text2pdf

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

dependencies:
  text2pdf: ^0.0.2

Alternatively, 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:text2pdf/text2pdf.dart';
6
likes
140
pub points
71%
popularity

Publisher

verified publishersivaprasadnk.dev

Convert any text to pdf file using this package ! Give any text as paramter, this package generates pdf from it and opens it

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, open_filex, path_provider, pdf, printing

More

Packages that depend on text2pdf