Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 xhtm2pdf 创建 PDF 时,我们无法打印“£”符号,但适用于美元和欧元。我们已经使用了设置字体并更改了字体系列,但仍然无法打印 GBP。
当你打电话pisa.CreatePDF()确保包括编码。
pisa.CreatePDF()
这是我们使用的,显然它有点脱离上下文,但它主要是从示例文档中复制的。
pisaStatus = pisa.CreatePDF(html.encode('UTF-8'), encoding="UTF-8", dest=f, link_callback=link_callback)