code wiki / pdf
topic: pdf
9 modules sharing the pdf name family (derived from the tree's prefix discipline).
The 'pdf' topic family in the Nishi sovereign ecosystem provides tools for processing and converting PDF content into various formats. The _pdf_reflow_lib serves as a shared library for reflowable-mobile-HTML pipelines, while nx_pdf_gate controls access to the PDF viewer by filtering extracted text. nx_pdf_text ensures accurate text extraction with font and Unicode mappings, enabling rich text representation across the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| _pdf_reflow_lib.nx | SOVEREIGN PDF -> reflowable-mobile-HTML pipeline (shared library). | 205 | 10 |
| _pdf_stream_authored.nx | extract + FlateDecode a PDF stream, bits-up | 26 | 3 |
| _pdf_text_authored.nx | extract (...) text from a PDF content stream | 24 | 2 |
| _pdf_to_text_authored.nx | real compressed PDF -> readable text, bits-up | 16 | 5 |
| nx_pdf.nx | sovereign PDF -> HTML preview (v1 = TEXT-LAYER preview). Composes the proven extractor | 137 | 10 |
| nx_pdf_gate.nx | gate for the PDF viewer (nx_pdf: nx_pdf_text extract -> language-filter -> 0-JS preview). | 145 | 13 |
| nx_pdf_reflow.nx | KAT GATE for the sovereign PDF -> reflowable-mobile-HTML pipeline (_pdf_reflow_lib.nx). | 55 | 3 |
| nx_pdf_reflow_charset_gate.nx | 45 | 5 | |
| nx_pdf_text.nx | SOVEREIGN PDF -> text with PER-FONT /ToUnicode CMap association. | 660 | 23 |