Skip to main content

Download Published Documents and Spreadsheets

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 4 people (-1 private), first by anonymouse user on 2007-07-16


Public Comment

on 2007-07-16 by charles

If someone sends you a read-only version of a Google document or spreadsheet and you want to download it as a PDF and link to that PDF from your site, there's an easy way to do it.

Public Sticky notes

Open Word, File=>Open, Type URL and Enter.

Your document is open !

Highlighted by jangondol

A published spreadsheet has an address that looks like this: http://spreadsheets.google.com/pub?key=[ID]. To get the address for a different format, you need to append &output=, followed by the extension of the format. For example, http://spreadsheets.google.com/pub?key=[ID]&output=xls for Microsoft Excel spreadsheets. Other valid output formats: pdf, ods (for OpenOffice spreadsheets), csv, txt.

Highlighted by jangondol

Published documents have a similar URL: http://docs.google.com/View?docid=[ID]. To obtain the address for another format, you'll have to use the docid parameter:
http://docs.google.com/MiscCommands?command=saveasdoc&
exportformat=[FORMAT]&docID=[ID]
, where [FORMAT] can have one of these values: pdf, doc, oo (for OpenOffice documents), rtf, txt.

Highlighted by jangondol

in the case of spreadsheets, the method described above lets you actually link to the file in a different format and people that click on the link don't need to have a Google account. For documents, a visitor of your site has to log in with his/her Google account before clicking on the link

Highlighted by jangondol

If someone sends you a read-only version of a Google document or spreadsheet and you want to download it as a PDF and link to that PDF from your site, there's an easy way to do it.

Highlighted by charles