Closed ameenQ closed 3 years ago
Putting a single widget in a Wrap will not help cutting it in half. A Paragraph can't be split. Just do multiple smaller Paragraphs.
Putting a single widget in a Wrap will not help cutting it in half. A Paragraph can't be split. Just do multiple smaller Paragraphs.
the problem I have dynamic content with dynamic font size and even dynamic language (Arabic, English). and some times the content is bigger than 4 pages.
cutting the dynamic content into smaller random size paragraphs make the page so messy
I'm using php with mpdf and it work just fine.
I want to jump to dart and this is my only problem so far.
can you help me with it ?
How do you do it with mpdf?
same issue we have a big table and we do not know how to split it in multi page we do not know what it the height of each row what we need is when we arrive to the End of file it move us to the next one
any suggestion ?
A table will spread on multiple pages, put it as a direct child of a MultiPage object.
still not working
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Closing this stale issue because it has no activity.
I tried to do this with a TextSpan, but it didn't work either!
pw.RichText(
//textAlign: pw.TextAlign.justify,
text: pw.TextSpan(
children: [ ... TextSpan... ]
),
)
use overflow: span
Exception: Widget won't fit into the page as its height (1047.1332283464558) exceed a page height (728.5039370078739). You probably need a SpanningWidget or use a single page layout
and if warp it
the program stuck and don't do anthing
any help ?