How can you add images to a Google Document (not Spreadsheet or Presentation) via Google Apps Script. I don't see an addImage method. Surely the team would not have left this out.
http://code.google.com/googleapps/appsscript/class_document.html
|
How can you add images to a Google Document (not Spreadsheet or Presentation) via Google Apps Script. I don't see an addImage method. Surely the team would not have left this out. http://code.google.com/googleapps/appsscript/class_document.html
| |||
|
feedback
|
|
From the docs:
http://code.google.com/googleapps/appsscript/class_documentapp_listitem.html#appendInlineImage I'm not sure if you can upload an image. But you sure can insert it into a Paragraph via a url. | |||
|
feedback
|