Google Apps Script I want to create PDF files per each slide of a Google slide file (a normal slide with words and graphs). I reviewed past questions and I found a solution that generates PDF files but taking the slides as images (I need to be able to search for words in those pdf). Another solution was applied to
Tag: google-slides
Extract variables from text string Javascript
I created a Google Slides that contains a lot of variables. I want to be able to pull all variables I have in there at once to Google Sheets. I’m using apps script to get all of the texts as strings from all shapes in the slides. I have strings that includes both text and variables. The desired output is
Google Slides Api – Check Google Slides URL if is in private or invalid
I have an app that the user can input the link of the Google Slides and it will view/render the Google Slide on another component if successful. But i also want to notify the user if the link they inputted was public, private or invalid. So basically when it’s a Public Link, it will show the Google Slides successfully, but