maxandersen / gdoc2adoc

Scripts to use for converting Google Docs to AsciiDoc(tor) format
Apache License 2.0
54 stars 17 forks source link

drawings not supported #5

Open maxandersen opened 8 years ago

maxandersen commented 8 years ago

InlineDrawing has no public api for converting it to an image.

Bug at google: https://code.google.com/p/google-apps-script-issues/issues/detail?id=3367

Wonder if could copy the drawing to temporay document and export it to HTML content which would then create a zip with images folder having just this document.

maxandersen commented 8 years ago

stackoverflow article hinting at how to do it by exporting to pdf http://stackoverflow.com/questions/19736068/how-do-i-export-inlinedrawing-as-an-image-in-document