Category "google-docs"

Customized border for google document table with Google Apps Script

I'm very new to Google's app script. I have read the documentation and I can already do some things, but I have encountered some difficulties in resolving an is

How to convert .docx files to Google Docs with Apps Script?

Does anyone has experience in convert a batch of .docx file, stored in Google Drive, to Google Docs format? I read the solution posted 3 years ago by Youssef, b

Google Docs Invoice template with dynamically items row from Google Sheets

I really need your help with this. I have created an invoice template in Google Docs with databases flowed from Google sheets. The problem is: In the template (

Linked table to presentation - what is the size limit of the source table?

I'm trying to link a table from a google sheet to a google presentation. I'm normally presented with a dialog asking me whether I want to link the spreadsheet

Appending or inserting footnotes programmatically into google doc using google app script

I am using Google App Script to generate a new google doc. The contents of the document come from an array that is looped and paragraph elements are added, or t

Using Google docs in a multi-tenant SaaS application

I am building a multitenant SaaS application for multipule companies to use. One of the features of the application is that it will create a document based fro

Android: Cannot find element id/name in google form android

I am trying to integrate google form with android using this link But when I created a google form as mentioned in the tutorial I was not able to find the name

How to screen double quotes in Google Docs re2 expressions?

I'm trying to screen double quotes in regular expression on Google Sheets and there's no luck. A1 cell text = some "name" My formula =REGEXEXTRACT(A1;"\"(.*)\"

Trouble accessing Footnotes class Google Scripts

I'm trying to write up a simple script which will take a footnote added to a Google Document and copy it into an endnotes section. So, the user would use footno

Use PyPDF2 to detect non-embedded fonts in PDF file generated by Google Docs

I was hoping someone could help me write a Python function to detect any fonts in the file which are not embedded in the file. I've attempted to use the script

How to MODIFY a Google Docs document via API using search-and-replace?

I need an example of how to modify an existing document with existing text in Google Docs via API. The documentation only shows how to insert and delete text, b

Uploading a file to Google Docs Api getting error 504

I'm working on a delphi api for Google docs and having a hard time getting the upload to work. I'm following Google's development guide here and from what I und