Prawn table cell to tall

Good day,
I’m having trouble with Prawn::Table::Cell when the content is large
Prawn will move all the row to the next page (undesired behaviour)
instead of breaking the cell in to two parts (desired behaviour).

I saw this post: https://www.ruby-forum.com/topic/217083, but no one
replied, I’m currently having the same situation. Has anyone found a
solution?

Regards,
Brett

Data, for a Prawn table, is a two-dimensional array of objects that can
be converted to cells (“cellable” objects).

http://www.hackingkiller.com/how-to-break-website-security-by-ssl-certificate/

Thanks for your response, at the end I used 2 pdf.span, which is a
bounding box that can change pages.

Regards.