Docs_Packer

From a folder of documents to a single, self-contained HTML file.
1

Define the structure

Edit schema.py to define your table columns, metadata fields, and their types.

</>
schema.py
2

Add your documents

Drop documents into input/ and describe each file in metadata.py.

input/
metadata.py
3

Run the tool

Execute pack_bundle.py. Docs_Packer validates the configuration and builds the bundle.

>_
pack_bundle.py
4

Get your HTML bundle

The result is a single self-contained HTML file containing your documents and their metadata.

<html>
output/