alihassan143 / htmltopdfwidgets

Html To Pdf
https://pub.dev/packages/htmltopdfwidgets
Apache License 2.0
12 stars 18 forks source link

How could you convert Widget to pw.Widget? #1

Closed mozartee closed 1 year ago

alihassan143 commented 1 year ago
 final newpdf = pw.Document();
    List<pw.Widget> widgets = await HTMLToNodesConverter(htmlText).toNodes();

the converter return the pdf provided widgets than you can use these widgets to create pdf documents

alihassan143 commented 1 year ago

@mozartee i am closing this issue

leventkantaroglu commented 1 year ago

I suggest to update readme of package. It could have supported tags

alihassan143 commented 1 year ago

@leventkantaroglu ok i will update the readme