Pdf2htmlex: Difference between revisions

From wikinotes
(Created page with "A cli tool to convert pdfs to html. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/pdf2htmlEX/pdf2htmlEX |- |} </blockquote><!-- Docume...")
 
 
Line 19: Line 19:
= Usage =
= Usage =
<blockquote>
<blockquote>
 
<syntaxhighlight lang="bash">
pdf2htmlex file.pdf  # creates file.html
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Latest revision as of 22:56, 26 March 2022

A cli tool to convert pdfs to html.

Documentation

github https://github.com/pdf2htmlEX/pdf2htmlEX

Install

aura -A pdf2htmlex-appimage # arch

Usage

pdf2htmlex file.pdf  # creates file.html