@ruanitto/adonis-report-builder
Version:
Report Builder for Adonis 4. Builds a PDF from view
28 lines (16 loc) • 388 B
JavaScript
/**
* Options to wkhtmltopdf
* For more details on each configuration option see : https://wkhtmltopdf.org/usage/wkhtmltopdf.txt
*/
module.exports = {
pageSize: 'A4',
orientation: 'portrait',
footerFontSize: 9,
footerRight: 'Page: [page] from [topage]',
footerLeft: null,
marginBottom: 5,
marginLeft: 5,
marginRight: 5,
marginTop: 5,
}