Prawn table PDF Generation Fails When Cell Text Overflows Page. #163
channabasava-5
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Prawn to generate a PDF with table. When a cell contains a large amount of text that exceeds the current page height, it throws a cannot fit error. Instead of this, I want the cell to automatically continue onto the next page.(using Prawn::Table.new)
Is there a way to allow long cell text to flow across pages within a table? Any workaround or best practice for handling this scenario?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions