Converter
Create an API on Python/DjangoRestFramework to convert presentations from pptx and ppt formats into png files.
A POST request is sent with an indication of the presentation path on the server, resulting in the return of the list of created files and the path to them (as well, they can be viewed in the browser by a specific link).
A POST request is sent with an indication of the presentation path on the server, resulting in the return of the list of created files and the path to them (as well, they can be viewed in the browser by a specific link).