I want to use inkscape as service on apache server. I mean i will send request to server via php/ajax/socket and some parameters to inkscape(installed on apache) and it will give output as jpg/png image..
Is It Possible through some macro like functionality. where i will provide service to user that it will change parameters through website and quickly preview changes done :)
i have tried svg edit but it cant be installed on server and not providing robust functionalities as inkscape
i have got some code following
mkdir -p /var/www/.gnome2 /var/www/.config /var/www/.config/inkscape
chmod 755 /var/www/.gnome2 /var/www/.config /var/www/.config/inkscape
chown -R www-data /var/www/.gnome2 /var/www/.config /var/www/.config/inkscape
but dont know how to use