Want know any external API web service or PHP libraries that will allow me to open, edit and save word documents within my web application i’m implementing using a editor.
Basically I want something like Google docs or Zoho or shutterb offer, I know Google offer Gdata API (Zend Framework) but this requires users to have account with them.
I researched found PHP COM libraries allow use to create word document but I need a editor maybe something like tinyMCE or ckeditor.
Other I researched but do not meet my requirements, these included:
Crocodoc
Ulteo
Gopc
office365
teamlab.
can OpenOffice be integrated once its installed on the server?
Anyone with suggestion or alternative methods?
Open/Libre Office can be integrated with PHP applications using the The Open Office alternative to COM (PUNO) (requires Open Office installed on the server with Java support enabled), but you’ll still need an editor of some kind if you want to allow online users to edit documents via a browser.