PPTX.jl
PPTX.jl copied to clipboard
Added UUIDs to the filename method to ensure non-duplicate filenames
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.