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

Text2Pdf #

Convert any text to pdf file using this package !

Image Image

Getting Started #

Add this to your package's pubspec.yaml file

dependencies:
  text2pdf: ^0.0.2

Usage #

First, you just have to import the package using:

import 'package:text2pdf/text2pdf.dart';

Then , call the function as below,

  await Text2Pdf.generatePdf(content);

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

6
likes
140
pub points
72%
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