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

Convert any text to pdf file using this package !

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.1

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
130
pub points
71%
popularity

Publisher

verified publishersivaprasadnk.dev

Convert any text to pdf file using this package !

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