I would like to download this link as PDF:
Unfortunately, this URL uses non standard format that I recognise and can manipulate.
Modifying it to something like
doesn't work.
The Google Drive file ID should be 44 alphanumeric characters, but clearly this is 86 characters long.
Anyone can help with interpreting what format this is in please?
From this tutorial to generate a link to download a google slides must have this format:
https://docs.google.com/presentation/d/<FileID>/export/<format>
where <format>
can be pptx
or pdf
.
This way, you can bypass Google Drive viewer or Google Slides editor and create direct download links to include in any web page. The main benefit is that you only need to maintain and host one presentation and then a direct link can be provided for anyone who need to download it in a different format.
Hope this information helps you.