Table export PDF styling
Table export PDF styling
mychalk
Posts: 3Questions: 2Answers: 0
Hi there,
Does anyone know how you go about styling the PDF generated from the Buttons extension? I specifically just want to change the background of the table header from the dark blue to grey and also maybe choose another font to use in the whole document. I tried passing some PDFMAKE styles through the customise option but can't get it to work.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
This is more in the scope of a question for the pdfmake documentation.
This example shows how you can manipulate the document using the
customize
option of thepdfHtml5
button type - but how the styles are defined and the document laid out is a pdfmake question.Allan