手机
当前位置:查字典教程网 >操作系统 >Ubuntu/Debian >在Ubuntu下如何将chm文件转成pdf格式的方法介绍
在Ubuntu下如何将chm文件转成pdf格式的方法介绍
摘要:在Ubuntu下将chm文件转成pdf格式总共分为三个步骤:1.将chm提取出html文件:2.将html按页排序3.转换成pdf在Ubun...

在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

【在Ubuntu下如何将chm文件转成pdf格式的方法介绍】相关文章:

在Linux下操作pcap文件的各种方法整理

Ubuntu 14.10上安装新的字体图文教程

ubuntu下网页打开慢的解决方法

Ubuntu上怎么设置雷鸟邮件客户端收取QQ邮箱邮件?

ubuntu下安装和配置SVN的详细方法介绍

Ubuntu Server下建立VPN服务器的方法

Ubuntu中设置静态IP的方法介绍

Ubuntu系统下升级内核的方法

给Ubuntu 9.04下KDE中文环境设置图文方法

Ubuntu压缩/解压缩RAR文件的方法

精品推荐
分类导航