Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshm21/google-slides-image-collage-generator
Take list of photo urls and insert the image into Google Slides. Like a mail merge for photos.
https://github.com/joshm21/google-slides-image-collage-generator
google-apps-script google-slides image-merge
Last synced: 2 months ago
JSON representation
Take list of photo urls and insert the image into Google Slides. Like a mail merge for photos.
- Host: GitHub
- URL: https://github.com/joshm21/google-slides-image-collage-generator
- Owner: joshm21
- License: mit
- Created: 2021-04-24T04:18:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T04:24:00.000Z (over 3 years ago)
- Last Synced: 2023-09-05T00:16:25.662Z (over 1 year ago)
- Topics: google-apps-script, google-slides, image-merge
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-slides-image-collage-generator
Take list of photo urls and insert the image into Google Slides. Like a mail merge for photos.# usage
1. Create Google Slides Doc
2. Configure page setup, File > Page setup
3. Open the script editor, Tools > Script editor
4. Paste in the code.gs file
5. Edit the constants at the top of the script file to your liking
6. Click Run
7. Authorize the script (click through the warnings)
8. View your images merged into slides; or you can export as pdf
9. Enjoy :)