Save time by exporting, previewing, creating templates, and more with these Google Doc URL parameters.
Google Slides has built-in URL parameters similar to Google Docs that allow you to perform various helpful tasks to save time. The following is intended to be a reference guide for these URL parameters.
The following examples require the URL format https://docs.google.com/presentation/d/SLIDE_ID
where SLIDE_ID
is the slide ID.
Export
/export?format=pdf
- Export the slide as a PDF document.
/export?format=odp
- Export the slide as an OpenDocument presentation.
/export?format=pptx
- Export the slide as a PowerPoint presentation.
/export?format=txt
- Export the slide as a plain text document.
/export?format=jpeg
- Export the slide as a JPEG image. (first slide only, see last point).
/export?format=png
- Export the slide as a PNG image. (first slide only, see last point).
/export?format=svg
- Export the current slide as an SVG image. (first slide only, see last point for specific slide number).
/export?format=html
- Export the slide as a HTML document.
/export?format=zip
- Export the slide as a (zipped) HTML document with associated web page.
/export?format=[jpeg|png|svg]&slide=[id]
- Export a specific slide. Replace [type]
with the desired export type and [id]
with the slide id. This can be found in the URL after https://docs.google.com/presentation/d/SLIDE_ID/edit#slide=id.[id]
Embed
/embed
or /preview
- View the slide without the toolbar and outline. /present
- Displays the presentation in full-screen presentation mode.
/[type]?start=true
- Starts the presentation automatically. Replace [type]
with the desired embed type.
/[type]?loop=true
- Starts the presentation automatically and loops it. Replace [type]
with the desired embed type.
/[type]?start=true&delayms=5000
- Starts the presentation automatically and advances slides every 5000 milliseconds. Replace [type]
with the desired embed type.
Edit
/edit?rm=minimal
- Edit the slide with an outline.
/edit?rm=demo
- Edit the slide with a toolbar and outline.
/edit?rm=embedded
- Edit the slide with a menu, toolbar and outline.
/edit?authuser=USER_EMAIL
- Open a slide with a specific email address.
Mobile
/mobilepresent
- View the slide in mobile presentation view.
Copy
/copy
- Copy the slide.
/copy?copyComments=true
- Copy the slide with comments.
/copy?userstoinvite=email1,email2
- Copy the slide and invite users to edit.
/copy?copyDestination=FOLDER_ID
- Copy the slide to a specific folder.
/copy?title=NewTitle
- Copy the slide with a new title.
/copy?copyCollaborators=false
- Copy the slide without collaborators.
/copy?includeResolvedCommentsOnCopy=true
- Copy the slide with resolved comments.
/copy?title=NewTitle&usersToInvite=email1,email2
- Combine parameters to create a custom copy URL. For example, to copy a slide with a new title and invite users to edit.
Template
/template/preview
- Create a new slide based on a template.
.new
https://slides.new
- Create a new slide.
Embed a slide
<iframe src="https://docs.google.com/presentation/d/SLIDE_ID/embed" width="100%" height="600px"></iframe>
- Embed a slide in an iframe.