alihassan143 / htmltopdfwidgets

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

bug:Exception: Widget won't fit into the page as its height (533.1200000000001) exceed a page height (481.88976377952747). You probably need a SpanningWidget or use a single page layout #11

Closed xiaodusx1 closed 1 year ago

xiaodusx1 commented 1 year ago

Exception: Widget won't fit into the page as its height (533.1200000000001) exceed a page height (481.88976377952747). You probably need a SpanningWidget or use a single page layout. can't save pdf file. I see pdf plugin also have so many proplem like this.if syncfusion_flutter_pdf: ^22.2.11 is better than pdf: ^3.10.4 ?

alihassan143 commented 1 year ago

syncfusion is much harder to work with so i used pdf but i am planning to support the syncfusion compilation to Currently pdf wont create the file if its single widget height is bigger than page height

xiaodusx1 commented 1 year ago

syncfusion is much harder to work with so i used pdf but i am planning to support the syncfusion compilation to Currently pdf wont create the file if its single widget height is bigger than page height

can do something to set our widget height smaller or equal than page height。

alihassan143 commented 1 year ago

currently not its depends on html document if the paragraph and list are samller that will fit in single page than with would create document without any issue

alihassan143 commented 1 year ago

or conditionally you can set custom height of page in Multipage layout in pdf

xiaodusx1 commented 1 year ago

thank you .I'll give it a try, but it always gives off an unstable feeling,and color is not support yet?