在Ubuntu下怎样将chm文件转成pdf格式的方法介绍

软件发布|下载排行|最新软件

当前位置:首页操作系统Ubuntu/Debian

在Ubuntu下怎样将chm文件转成pdf格式的方法介绍

  2020-12-11 我要评论

在Ubuntu下将chm文件转成pdf格式总共分为三个步骤:

1.将chm提取出html文件:

2.将html按页排序

3.转换成pdf

在Ubuntu下进行如下操作:

1.安装libchm-bin,  htmldoc

sudo apt-get install libchm-bin htmldoc

2.提取出html文件

extract_chmLib <path to the chm file> <directory for the resulting HTML files>

3.转换成pdf

htmldoc -t pdf13 --webpage -f myFile.pdf *.html

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们