pkoryzna / archmage

CHM format converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arCHMage

arCHMage converts CHM files to HTML, plain text and PDF. CHM is the format used by Microsoft HTML Help, also known as Compiled HTML.

Latest Version Downloads License

Usage

Extract CHM content into directory

archmage -x <chmfile> [output directory]

Extraction does not overwrite existing directories.

Dump HTML data from CHM

archmage -d <chmfile>

Convert CHM file into another format

archmage -c (html|text|pdf) <chmfile> [output file]

This feature requires htmldoc(1), and lynx(1) or elinks(1) installed.

Installation

Archmage uses PyCHM that depends on (C library) CHMlib. After CHMlib is installed, do

pip install archmage

Requirements

arCHMage has the following dependencies:

  • Python 3.6+
  • PyCHM
  • BeautifulSoup4

Optional dependencies:

  • htmldoc - converting to plain text, single HTML, PDF formats (Debian/Ubuntu: htmldoc)
  • Lynx or ELinks - converting to plain text (Debian/Ubuntu: lynx)

About

CHM format converter

License:GNU General Public License v2.0


Languages

Language:Python 80.5%Language:HTML 15.4%Language:Roff 3.7%Language:Shell 0.2%Language:CSS 0.2%