Top "Google-docs" questions

Questions related to interacting with Google word processing Documents programmatically.

Poor image rendering with Google Docs PDF viewer

I used Word 2007 to create a PDF file with an 1526px * 900px image filling a whole page. This is not …

pdf google-docs viewer
Google doc no preview available error

I used the google doc to display the pdf file in web broswer. It was working fine before. Now it …

google-docs codenameone google-docs-api google-document-viewer
Get Google Document as HTML

I had a wild idea that I could build a website blog for an unsophisticated user friend using Google Drive …

google-apps-script google-docs
Wrong results in Google spreadsheets Lookup functions (vlookup, hlookup, match)

The following spreadsheet demonstrates a very odd behaviour of Google Spreadsheets Lookup functions. I've used these functions many times without …

google-sheets google-docs gs-vlookup
How to add image numbers in Google Docs

I have a document in Google Docs which has a lot of images numbered sequentially. Every time I add a …

google-docs
Google docs viewer url parameters

Is there any sort of documentation on exactly what parameters you can put in the url of Google viewer? Originally, …

google-docs google-docs-api
Convert Google Doc to PDF using Google Script Editior

I've been trying to convert a Google Docs file to a PDF file without having to use the download option. …

pdf google-apps-script google-docs
Creating Rainbow Text in Google Docs

var selectedElements = selection.getSelectedElements(); for (var i = 0; i < selectedElements.length; ++i) { var selectedElement = selectedElements[i]; // Only modify elements that …

javascript google-apps-script google-docs google-document-viewer rainbow-js
Debugging a custom function in Google Apps Script

I am trying to create my first custom function for a Google Spreadsheet in Apps Script and I am having …

debugging google-apps-script google-sheets google-docs google-sheets-custom-function
How do I interact with Google Docs from Android?

I'm interested in adding functionality to my application to read from and write to a google docs spreadsheet. I've seen …

android google-docs google-docs-api