wkhtmltopdf ..Html options
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5f8aa3414c
commit
d40b64676e
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user