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

(编辑:jimmy 日期: 2025/4/20 浏览:2)

在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

一句话新闻
Windows上运行安卓你用过了吗
在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。