6

I would like to generate slides using data I have in a Google Spreadsheet. I already use Google App Scripts for the spreadsheet and they are very handy. I can't however find a way to generate pages with a background image and export it as a PDF file.

This would be very appreciated because I have to generate ~1000 pages.

boskicthebrain
  • 535
  • 7
  • 8

3 Answers3

4

This isn't supported at this time. Refer to Open Issue 1573. Star it to add your vote and receive updates.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
1

Seems like Google released a Slide API in Google API Section today:

https://developers.google.com/slides/

Now you can use some server code (Java, php, [...] ) using Google services (Google App Engine e.g.) that create/manage Google Slides and then call it with Requests in Google App Script.

Ps: But still not available natively for Google App Script.

Matheus Martins
  • 1,012
  • 7
  • 7
1

See this example answer which shows a simple request as part of another solution within Apps Script. Combined with the REST reference it should be possible to do whatever you want.

Community
  • 1
  • 1
Bardy
  • 2,100
  • 1
  • 13
  • 11