Hi Max,
I managed to create a PDF from a table. Now I'm trying to style it.
As a test I tried to add a border to the table in the PDF. But it is not working.
* Inside the output buffer there is the CSS and the table:
* When I show the output buffer in HTML, it shows the border:
* But in the PDF anything I add to the CSS is not applied:
Do you have more information on how to change the styling of the PDF body?
Best regards,
Bart
your css code should be inside <style></style> tags inside an HTML view along with the Table view in the buffer
please try that and let me know
Hi Max,
Yes, that works! Thanks a lot!
no problem, thanks for the confirmation.