This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
适用于MinDoc0.6一下版本
导出 pdf 格式文档使用的是 wkhtmltopdf 工具,工具下载地址为:https://wkhtmltopdf.org/downloads.html 。
Windows 下配置
下载 Windows 版本,安装即可。
Linux 下配置
请下载和你服务器对应的版本, Linux版本依赖一下库:
zlib fontconfig freetype X11 libs (libX11, libXext, libXrender)
请自行搜索安装以上依赖包,下面的命令是安装 libXrender 和 libXext。
apt-get install -y libxrender-dev
apt-get install -y libxext-dev
将下载的 wkhtmltopdf 压缩包解压到任意目录,进入 wkhtmltox/bin 目录执行 ./wkhtmltopdf www.baidu.com baidu.pdf 查看是否安装成功。
配置
请将 wkhtmltopdf 可执行文件所在目录配置到 MinDoc 根目录下 conf/app.conf 的 wkhtmltopdf 节点。
###############配置PDF生成工具地址###################
wkhtmltopdf=D:/Program Files/wkhtmltopdf/bin/wkhtmltopdf.exe
配置完后请重启程序。
Linux下解决中文不显示问题
将Windows上的宋体上传到服务器/usr/share/fonts/里/usr/share/fonts/chinese/TrueType/simsun.ttc