Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 02:02:51 +00:00
co-authored by renee-png
parent f1f7263f60
commit 40c2ecc065
+4
View File
@@ -13,6 +13,7 @@ import {
BorderStyle,
Footer,
LevelFormat,
PageNumber,
} from "docx";
import pkg from "file-saver";
const { saveAs } = pkg;
@@ -33,6 +34,9 @@ export interface PleadingInput {
bodyHtml?: string; // rich HTML body
body?: string; // legacy plain text fallback
footnotes?: PleadingFootnote[];
footerLeft?: string;
footerCenter?: string;
footerRight?: string; // user text prepended to "Page X of Y"
}
const FONT = "Bookman Old Style";