komlan
1
I want to use weasyprint with quarto but the plot doesn't display.
This display the plot
---
title: "Test 1"
author: "Komlan"
format: pdf
---
But this no
---
title: "Test 2"
author: "Komlan"
format:
pdf:
css: report.css
pdf-engine: weasyprint
---
test1.pdf (23.4 KB)
test2.pdf (15.2 KB)
cderv
2
See about Quarto and weasyprint in
It is not really supported right now as you are trying to use it. I would rather
- Render to HTML with Quarto
- Print using weasyprint in a post render step without involving quarto.
1 Like
system
Closed
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.