Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:46:00 +00:00
co-authored by renee-png
parent 04fdf3d340
commit 4867f8c309
+1 -1
View File
@@ -335,7 +335,7 @@ export async function downloadPleadingPdf(input: PleadingInput, filename: string
y = MARGIN;
const slTitle = (input.serviceListTitle || "SERVICE LIST").toUpperCase();
setFont(pdf, { bold: true });
drawLine(pdf, [{ text: slTitle, style: { bold: true } }], MARGIN, y, "center", CONTENT_W, true);
pdf.text(slTitle, PAGE_W / 2, y, { align: "center" });
y += LINE_H * 2;
setFont(pdf, {});
serviceList.forEach((c, idx) => {