是否可以使用Google Drive API将html转换为doc?

I'm trying to use Google Drive's PHP API to convert HTML to doc. I can successfully upload my html file to Google Drive. But due to the documentation of the API (very poor) I don't know how to convert that file to a valid .doc file and bring it back to my server. Did anyone did this before? Any tricks? Tutorials etc...