Python docx2pdf:如何抑制输出消息 HBox(children=(FloatProgress(value=0.0, max=6.0), HTML(value='')))

Python docx2pdf : How to suppress the output message HBox(children=(FloatProgress(value=0.0, max=6.0), HTML(value='')))

提问人:ASE 提问时间:10/25/2021 更新时间:10/25/2021 访问量:182

问:

运行以下代码时

from docx2pdf import convert
convert(path)

它打印以下输出,后跟一个空行

HBox(children=(FloatProgress(value=0.0, max=6.0), HTML(value='')))

有没有办法抑制此输出消息?

python jupyter-notebook 输出 pdf-generation suppressmessage

评论


答: 暂无答案