Tables for PDF output in Quarto - Stack Overflow

admin2025-04-17  2

I'm creating 8 different PDF reports for 8 different programs for some of the variables pictured below. I've already figured out how to use parameterized reporting in Quarto to output different PDF docs for each program; however, the gt package doesn't really support pdf output, and the formatting gets garbled. I'm wondering if anyone has explored a way of outputting html docs (using all gt capabilities) and then importing those html files into a separate Quarto file that could output an pdf (or something like that). I've looked a little into using Kable to create the tables but even that seems to not have a lot of support for PDF docs.

转载请注明原文地址:http://anycun.com/QandA/1744883149a88971.html