如何表示空格:
用‘\0‘来表示空格
reportlab实现横线style:
teststyle = ParagraphStyle("line", parent=pdf.styles['Normal'], borderWidth=1, borderColor="black") ``
如何表示空格:
用‘\0‘来表示空格
reportlab实现横线style:
teststyle = ParagraphStyle("line", parent=pdf.styles['Normal'], borderWidth=1, borderColor="black") ``