wkhtmltopdf ..Html options
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-03 14:36:54 +01:00
parent 5f8aa3414c
commit d40b64676e

2
index.d.ts vendored
View File

@@ -460,6 +460,7 @@ interface PdfPackage {
footerLine?: boolean // Display line above the footer
footerRight?: string // Right aligned footer text
footerSpacing?: number // Spacing between footer and content in mm (default 0)
footerHtml?: string // URL to footer html
headerCenter?: string // Centered header text
headerFontName?: string // Set header font name (default Arial)
headerFontSize?: number // Set header font size (default 12)
@@ -467,6 +468,7 @@ interface PdfPackage {
headerLine?: boolean // Display line below the header
headerRight?: string // Right aligned header text
headerSpacing?: number // Spacing between header and content in mm (default 0)
headerHtml?: string // URL to header html
}
): any
}