The strings that we are writing to the labels are dynamic and we've run into the problem that they go off the label and don't wrap to a new line. This seems to be a limitation of the reportlab drawing, but the limitation here is that I can't use the great features of reportlab like the Paragraph and Table to draw on the labels in order to make them look how I need them to with long strings wrapped and such.
The strings that we are writing to the labels are dynamic and we've run into the problem that they go off the label and don't wrap to a new line. This seems to be a limitation of the reportlab drawing, but the limitation here is that I can't use the great features of reportlab like the Paragraph and Table to draw on the labels in order to make them look how I need them to with long strings wrapped and such.