/cstdtohtml

Convert a C Standard Draft PDF into HTML

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dependencies

  • Poppler. Specifically, the executable pdftotext.
  • Python 3

Executing

cstdtohtml <C Standard Draft PDF file> [output HTML file]

If omitted, the output filename will be similar to the input, with the '.html' extension.

Applications

A version of the C17 standard passed through this tool is currently hosted at cigix.me/c17.

Licensing

This software is published under the GNU General Public Licence v3.0. This license applies to all "source code" in this repository.