Creating Jpg/png From .ppt/pptx File In Django
I have a pptx file on dropbox 'https://www.dropbox.com/s/f5167jrxutvj37u/ASD.pptx?dl=0'. I want to convert this file to slide images (jpg/png..) in my django template or django def
Solution 1:
I suggest using unoconv to convert your .ppt
file to PDF format , and then use ImageMagick to convert it to an image .
Post a Comment for "Creating Jpg/png From .ppt/pptx File In Django"