This is a fork of thejimbirch/GoogleDoc2Html
- Applied the PRs of oazabir/GoogleDoc2Html
- Copied some code from kerray/GoogleDoc2Html
- Fixed other formatting issues
- Deploy web app that returns the HTML as a response instead of sending email
- Add GoogleSpreadsheet converter
- Create a new Google Apps Script project on your Google Drive.
- Copy and paste the code (code.js and sheet.js)
- Save the file and deploy it.
- Access
https://script.google.com/.../exec?url=(url of your document here)
to get the HTML output of the Google Doc.
- images are saved on your GoogleDrive, and the download link will be embedded in img tags in the HTML.
- add
&type=html
to view the page directly in the browser. - add
&type=time
to get the last-updated time of the document instead of the contents.