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.

Libraries

text2pdf