PythonReportLab生成pdf

Posted 兔子爱读书

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PythonReportLab生成pdf相关的知识,希望对你有一定的参考价值。

如何表示空格:

用‘\\0‘来表示空格

reportlab实现横线style:

teststyle = ParagraphStyle("line", parent=pdf.styles['Normal'], borderWidth=1, borderColor="black") ``

 

以上是关于PythonReportLab生成pdf的主要内容,如果未能解决你的问题,请参考以下文章