dart_pdf icon indicating copy to clipboard operation
dart_pdf copied to clipboard

Too many rows returns an error

Open led-joric opened this issue 1 year ago • 2 comments

I have 100+ rows of data using Table.fromTextArray for the content . If the rows is that many, the code does not continue and returns an error. It does not exactly returns an error but the error does not show the specific problem it just not continue to the next lines of code. How do I fix this?

led-joric avatar Feb 22 '24 11:02 led-joric

You may show it separetely .

bksbora avatar Mar 05 '24 15:03 bksbora

Wrap it in a MultiPage instead of a Page.

iwontknow avatar Jun 15 '24 12:06 iwontknow