
Log spreadsheet data to populate a Google Docs template, generate PDFs, save them to Google Drive, and email customized documents via Google Apps Script.
Set up a google apps script workflow to generate and email pdfs from a doc template by populating dynamic fields from a spreadsheet.
Create a brand new Google Apps Script project named PDA maker, generate a document in Drive, and copy a template into the Docs folder while managing permissions.
Copy the template to a new document in the same folder, open by id, replace first name and date in the body, then save and close.
Learn to convert a Google Doc to PDF using Apps Script by exporting a blob, naming the PDF, saving it to a Drive folder, and preparing it for email attachments.
Attach a dynamically created pdf as a blob using the Google Apps Script session email and mail service to send content as an email attachment.
Learn how to fetch data from a Google Sheets spreadsheet using Apps Script, process the data array, populate a doc template, and generate PDFs for emailing and Drive storage.
Loop through spreadsheet data to generate pdfs from a doc template, creating copies in a folder, populating each with row-specific content, and preparing for emailing.
Conclude the project by converting a doc template to a pdf blob, then generate and email personalized pdf attachments using sheet data.
Learn to generate PDFs via Google Apps Script from a flexible doc template by duplicating the template, populating it with spreadsheet data, and customizing fields, dates, and images.
JavaScript is a prerequisite to this course !!!!!!!! The course demonstrates Applying Google Apps Script to create a time saving micro application making use of GSuite apps connected together to produce amazing functionality.
Source Code is included
Do you need to send a bunch of custom PDFs to a group of email recipients - of course you already have it listed in a Google Spreadsheet. Wouldn't it be nice if this could be done with a simple script. You're in luck!
Create a spreadsheet list out the first name, last name and email of the person.
Create a Google Doc which can be used as a template with firstname lastname and data fields
Now the fun part - coding with Google Apps Script.
Use Google Apps Script to list all the data from the spreadsheet
Loop through the data populating the fields into new Google Doc created by Apps Script
Create a PDF from the Google Doc - Save to your drive if you want!
Send out the new PDF from the template with populated fields from the spreadsheet to the emails listed in the Spreadsheet
Thats it all done with a simple Google Script.
Google Apps Script is a cloud based JavaScript Language that lets you power up your Gsuite and do some unbelievable things - saving you time. Like magic - great to amaze your coworkers :)
Taught by an instructor with many years of REAL World web development - Google Developer Expert!!!
Please note that this is a project based course and is fast paced focused on the project that is outlined in this description.