alihassan143 / htmltopdfwidgets

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

Paragraph <p> is surrounded by a wrap #37

Open Doppelklick opened 2 weeks ago

Doppelklick commented 2 weeks ago

Hi,

I've long paragraphs like <p>very long text for more than one page</p>

the library is surrounding the text by a wrap, it looks like that this prevents the pdf library from making a page break.

is it possible to change this behavior?

alihassan143 commented 2 weeks ago

  Due to current limitations in the PDF library, most paragraph scenarios are supported. However, extremely long paragraphs are not fully supported at this time. In the future, I plan to address this limitation using the Syncfusion library, but given current time constraints, I am unable to implement it immediately.

Doppelklick commented 2 weeks ago

thank you for the super fast reply. Syncfusion requires a license - why are you planning to use Syncfusion?

alihassan143 commented 1 week ago

you can use Syncfusion for free unless you earn less 1 million $ syncfusion has also some limitations like nested text styles etc