PPTX.jl
PPTX.jl copied to clipboard
Generate PowerPoint PPTX files from Julia
This adds support for layouting slides using GridLayoutBase as suggested in #48 with the big disclaimer that I don't think I'm even close to groking everything the package is capable...
We recently found out that [WriteDocx.jl](https://github.com/PumasAI/WriteDocx.jl) exists and uses a special package called [SummaryTables.jl](https://github.com/PumasAI/SummaryTables.jl) to define complex tables with merged cells. This would be interesting to add to PPTX.jl, since...
Right now, if we have different image sources with the same filename the package can not handle this. Introduce UUID in the Picture struct, and use it to generate unique...