- I'm generating an html file using HTMLService
- Then I create a file out of the htmlOutput with the DriveService
- Last I generate a pdf file with the blob.GetAs("application/pdf")
This works all fine, but the background colors don't get printed. Is there a way to bring the background color html styles in the pdf ?