David Gohel
David Gohel
master_name appear as NA in read_pptx, resulting in 'attempt to apply non-function' error on ph_with
thanks, I can reproduce From `presentation |> layout_summary()`, I can see your master is named 'Custom Design', you can use the following code ```` library('tidyverse') library('officer') presentation % select(c('master_name','name', 'type',...
Thanks, I added a check to `block_pour_docx()` to avoid working with file paths containing '&'
Yes see https://davidgohel.github.io/flextable/reference/as_image.html#note It works with officer, officedown with r markdown but not quarto We can't do anything about that
no I don't think so, flextable output raw HTML, raw latex, raw OOXML code. Quarto manage markdown.
I did not notice Quarto is not producing the same reference than R Markdown and bookdown. Cross-references are in the format "Table XX" with Quarto; with R Markdown they are...
It really seems to fit what we need. Thank you very much for your answer, I will email you tomorrow, I'd love to chat and do a solid implementation!
hello, What happen if you use ragg in RStudio default plot settings? Does it solve the issue? KR
What happen if you use ragg in knitr settings? Does it solve the issue? ``` knitr::opts_chunk$set(dev="ragg_png") ```
The issue (not solved or not documented yet) will need some work. Package 'ragg' is used by flextable, but I don't understand why it conflicts with your environment. This has...
Thank you. There is an issue with the code. I would use this: ``` # Copy embedded font settings iff fonts are embedded in the current document fonts