我正在使用 python 中的 pdfkit 库,以便从 html 字符串创建 pdf 文件。它在我的 linux 系统上运行良好,但是当我尝试在 windows 服务器上运行它时,它给了我错误
pdfkit.from_string(html_string, output_dir)
我得到以下错误
import pdfkit
ImportError: No module named pdfkit
我wkhtmltopdf
使用 .exe 安装并pdfkit
使用 pip 在 Windows 上安装。
wkhtmltopdf
我还在环境变量中设置了路径。