alihassan143 / htmltopdfwidgets

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

<br> and <u> not working #7

Closed Albert-Jan closed 11 months ago

Albert-Jan commented 1 year ago

I've tried to export the following html, but it seems like the
tag is not working.

<p><strong>Bold text</strong></p><p>Partially <strong>bold</strong><br><em>Italic text</em><br/><u>Underlined text</u><br/>Test</p>

It outputs as: Screenshot 2023-08-10 at 23 46 18

alihassan143 commented 1 year ago

@Albert-Jan i will update the package to support br tag underline is issue in pdf package when the package author fix the issue i will update the package

uragecz commented 8 months ago

When will be release br tag support ??? It's kinda critical for our project @alihassan143

alihassan143 commented 8 months ago

@uragecz i am currently busy in other things i will update ASAP when i will be free or you can add PR i will review and update the version

alihassan143 commented 8 months ago

@uragecz issue is fixed in latest version