English 中文(简体)
Is it possible to build a web-office application with JavaScript and OpenOffice?
原标题:

I want to write a web site which can edit OpenOffice document ODF, user can upload ODF file to website, edit them, and download them as ODF again.

How can I do this? And how does docs.google.com do it?

Now I want to try OpenOffice (LibreOffice) UNO programing at server and JavaScript on website, is it possible? If it is possible, how can I do it?

最佳回答

In general. Yes you can.

Open office is open , thus you can by browsing it s code you can learn how ODF s are created and kept. But you should find specification of all open office documents, it s out there, and it s a reason why all open offices documents have been granted ISO standard a while ago.

I think there should be a plenty of already scripts that are converting doc to odf, pdf to odf, backwards and etc, try googling for your favorite php/python/ruby/java/other script that provides such solution. Maybe there is even a solution that is changing PHP s object into doc/odf/pdf format and let to convert one format into another.

Editing it in a browser that is much harder and requires a lot more work. But google docs shows it possible.

In few words, a lot of work, and some work already done by community. Need to a google bit to find that pieces.

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签