text2pdf 1.0.0 copy "text2pdf: ^1.0.0" to clipboard
text2pdf: ^1.0.0 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: ^1.0.0

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
160
points
127
downloads

Publisher

verified publishersivaprasadnk.dev

Weekly Downloads

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