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.
Tables for PDF output in Quarto - Stack Overflow
评论列表(0)
- 暂无评论