TPPDF
TPPDF copied to clipboard
MaxLines = 1
Ley's say I have a PdfTable which contains a PDFText() with a content of large string
Is there a way to force the PDFText() to have maxlines = 1, or a way to force the PDFTable() to have a maxlines = 1 for a particular row?
Sometimes it's unwanted behavior to have large text wrap multiple lines.
Hi, this probably relates to #158 and could be solved together