Converts HTML or Markdown files to various other formats
HTMLDOC is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.
HTMLDOC is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.
To install htmldoc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install htmldoc
To see what files were installed by htmldoc, run:
port contents htmldoc
To later upgrade htmldoc, run:
sudo port selfupdate && sudo port upgrade htmldoc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.