Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
04fdf3d340
commit
4867f8c309
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user