Questions related to interacting with Google word processing Documents programmatically.
I used Word 2007 to create a PDF file with an 1526px * 900px image filling a whole page. This is not …
pdf google-docs viewerI 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-viewerI had a wild idea that I could build a website blog for an unsophisticated user friend using Google Drive …
google-apps-script google-docsThe 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-vlookupI have a document in Google Docs which has a lot of images numbered sequentially. Every time I add a …
google-docsIs there any sort of documentation on exactly what parameters you can put in the url of Google viewer? Originally, …
google-docs google-docs-apiI'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-docsvar 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-jsI 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-functionI'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