Is there a way to insert a carriage return in a Paragraph in ReportLab? I am trying to concatenate a "\n" to my paragraph string but this isnt working.
Title = Paragraph("Title" + "\n" + "Page", myStyle)
I want to do this since I am putting names into cells and want to control how many names lie on a line in a cell (ideally 1). One cell can contain multiple names but within that cell i would like each name to be on its own line, hence the need to insert a new line.
At some point im getting a flowable to large for frame error (I think it has something to do with a table being too large OR having too many merged rows). The only way i can think to suppress this is to have only one name per line in a cell so that i can limit table size based on a count of names and segment the tables into smaller tables.
Seems like there has to be a much cleaner way of doing this. Any suggestions?
` will raise `ValueError: paraparser: syntax error: No content allowed in br tag` But `
` or `
` [both](https://stackoverflow.com/q/462741/673991) work fine. – Bob Stein Apr 16 '18 at 20:32