ASML-Labs / PPTX.jl

Generate PowerPoint PPTX files from Julia
https://asml-labs.github.io/PPTX.jl/
MIT License
90 stars 7 forks source link

Added UUIDs to the filename method to ensure non-duplicate filenames #52

Closed xvries closed 2 weeks ago

xvries commented 4 months ago

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 filenames.

matthijscox-asml commented 4 months ago

Let's add a test that captures the problem

matthijscox-asml commented 2 weeks ago

Okay we cant really test this, because the .pptx file writes fine, but when you open the file and press 'repair' the second image is not included, so let's merge without a test