0 purchases
text2pdf
Text2Pdf #
Convert any text to pdf file using this package !
Getting Started #
Add this to your package's pubspec.yaml file
dependencies:
text2pdf: ^0.0.2
copied to clipboard
Usage #
First, you just have to import the package using:
import 'package:text2pdf/text2pdf.dart';
copied to clipboard
Then , call the function as below,
await Text2Pdf.generatePdf(content);
copied to clipboard
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.