how to convert PPT to jpg in web application? - document

Anyone know of a way to use PHP on an apache server to convert ppt slides into images on the server?
How would you go about installing it on the server?
What if installing a program on the server is not possible?

Unoconv might do it for you.
http://dag.wiee.rs/home-made/unoconv/
unoconv <filename>.ppt <filename>.pdf
convert <filename>.pdf <filename>.jpg
You need of course do some php-coding to use it in the background.

Related

Get data from file created by nwjs

I would like to extract real-time data from a file that does not have a .
this file is a history of an application developed with nwjs
file example:
do you have a solution to this problem?
That appears to be an SQLite database file. This question has nothing to do with NW.js and is poorly worded.
You probably want to use Better SQLite3. There are instructions for how to set it up there.

How to place text on image with nodejs without use of third-party libraries

Please explain, how can I add some text to the image with nodejs. I googled all day but didn't find a solution other than using libraries. Why is this done in php with one line of code, but with nodejs you need bunch of third-party code to be imported to your server? Thank you.

is it possible to enable jpeg, etc support for lamp after installation

I am working on getting a script to work on a lamp server, it is a youtube like script it requires PHP5.6 (I know insecure). The server reports that almost everything is installed correctly with the exceptions of JPEG, LAME, XVID, THEORA, and FAAC support the only way I can find to enable these is to recompile with the libs all in a certain directory. I am looking for a way to circumvent the recompiling/reinstall, is it possible to do this?

How to create thumbnail in node?

I know questions about thumbnails have been asked in the past but I can't seem to find an answer that fits exactly what I'm trying to do.
I am using node.js on my window machine and linux on server. i want to generate thumbnail images.
Anybody can give me idea how to do this
Thanks
Install the NPM imageMagick package and read its documentation about how to manipulate images.

Deploy a node.js application (windows)

for a customer of mine i'm developing a node.js app.
I want to give him a simple setup program that handle the installation of node and relative modules in automatic without having to access the web.
Which is the best and efficient way to do that?
Thanks in advance
Just give him the node.js installer und zip your app (with node_modules directory). He just has to install node.js and extract the zip file. You could write a .bat file which starts the app. That should be easy enough.

Resources