htmlmerge

Merges html files that are created by pdfminer.six using exact option


Keywords
html, merge, pdfminer, six
License
MIT
Install
pip install htmlmerge==1.2.1

Documentation

Html Merge

Merges html files that are created by pdfminer.six using -Y exact.

To use:

pip install htmlmerge

from htmlmerge import html_merge

f = open('foo.html', 'rb').read()

foobar = html_merge(f)

result = foobar.run()