Can I convert a .ppt file to .pdf using web technologies like Js or PHP?
In my project, my user will upload his presentation, and then I want to convert them to a .pdf file so that I can display them using pdfjs .
This is just a pilot project, not a production one. I'm just trying to figure out a way to display .ppt files in a browser without using flash or other APIs (like Google docs).
So would you say my approach sounds good?
Or, if you know the best way to display .ppt files in a browser without using flash, tell me.
-Thanks
source
share