PPTX.jl
PPTX.jl copied to clipboard
Generate PowerPoint PPTX files from Julia
A few very simple changes are proposed, the purpose is to be able to use a PackageCompiler.jl / make pptx file from inside the Julia app on Windows. It also...
Are there any plans to support grouped shapes? When using python-pptx I have found them quite useful for layout purposes when generating slides with more than one shape as one...
To make sure we never again miss something like https://github.com/ASML-Labs/PPTX.jl/issues/45
> Note: this is mostly a brainstorm with myself. I recently saw many colleagues automatically create tables with colors from scripts. For example, coloring the background of a table element...
We're still thinking about easier figure support. Right now you'd have to * load your favorite plotting package, let's assume either Plots.jl or Makie.jl. * Then make a plot *...
At the moment (v0.6) `PPTX.Slide` argument for layout is defined like `layout::Int=1` ie as an integer. For convenience, would be nice to be able to refer to the layout by...
I get error ``` ERROR: LoadError: input template pptx already contains slides, please use an empty template ``` We could replace line https://github.com/ASML-Labs/PPTX.jl/blob/v0.6.0/src/write.jl#L19 ``` error("input template pptx already contains slides,...
I'd like to have a plotting example in the documentation. I think you have to: * Load your favorite plotting package, let's assume either Plots.jl or Makie.jl. * Then make...
https://pkgdocs.julialang.org/dev/creating-packages/#Best-Practices 1. We should use artifacts to download the default template. 2. We should use scratch spaces to write our temporary PPTX file before zipping. (Or we should do it...
…moved. All tests pass now.