Hi,

(NOTE: I copied the content below from previous messages posted to
this group.  I couldn't respond directly to them, even though I've
joined the group.  Not sure why.)

I see from the two links cited below that, by using the Google Docs
API, I could almost get the effect of a dedicated Word-to-HTML
conversion web-service, except that each conversion would require two
remote service-calls.

At first, I thought it would required three such calls (per certain
previous messages): one to POST the Word-doc; a second to fetch a
listing of relevant docs; and a third to call for the HTML-version of
the just-posted document.

Now, it seems I could skip that second step: just post the Word-doc,
and then fetch its HTML-form.  However, that still leaves two remote
service-calls.

Is there an API for POSTing a Word-doc and receiving its HTML-form in
the response of that same HTTP-request -- hence a _single_ remote call
for Word-to-HTML conversion?

Thanks.


------------------------------------------------------------------------------------------------------------
When you upload an ms word document it is
automatically stored as html in Google Docs.

See uploading docs:
http://code.google.com/apis/documents/docs/2.0/developers_guide_proto...

Later on, you can download/export that document
as a .html file.  See
http://code.google.com/apis/documents/docs/2.0/developers_guide_proto...

Eric

On Apr 8, 6:26 am, Sail <sail.s...@gmail.com> wrote:

- Hide quoted text -
- Show quoted text -
> Can any one tell me is it possible to use google Doc api for convert
> ms word to html... if yes the can u plz sent me the sample code of
> it..

> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to