salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Clarify option documentation #273

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

This is what happens when I try even though there are 2 slides
C:\googlecl-0.9.9>google docs get --title "this" --format png
Downloading this to C:\googlecl-0.9.9\this.png

What is the expected output? What do you see instead?
Downloads all slides and .png

What version of the product are you using? 0.99
On what operating system? Windows XP

What
version of gdata-python-client (aka python-gdata)?

Please provide any additional information below.

Original issue reported on code.google.com by suh...@gmail.com on 31 Aug 2010 at 5:45

GoogleCodeExporter commented 9 years ago
Is there something that I should be doing to get this issue looked at by 
someone? 

Original comment by suh...@gmail.com on 25 Sep 2010 at 10:42

GoogleCodeExporter commented 9 years ago
Nope! There's just a rather impressive backlog of stuff to be worked on, and 
only one full-time developer.

Though now that I look at this again, what exactly do you want to happen? Grab 
each slide as a PNG? Grab all the slides and a PNG of the title page?

Original comment by tom.h.mi...@gmail.com on 25 Sep 2010 at 10:52

GoogleCodeExporter commented 9 years ago
If I use this command - google docs get --title "this" --format pdf, i get all 
the slides in that pdf file. With the format switched to PNG, I only get the 
first slide. I think this is a bug or I am doing something wrong. 

Original comment by suh...@gmail.com on 25 Sep 2010 at 11:14

GoogleCodeExporter commented 9 years ago
That's just what Google naturally does when you ask for a presentation as a PNG 
-- gives you the first slide. It's not a part of GoogleCL. If you want each 
slide individually, you might want to look into pdfsam (free open source pdf 
split/merge program).

It's unlikely that GoogleCL will include a feature to download a presentation 
as multiple PNG files, though the documentation should make it clearer what the 
--format option will do to different download types.

Original comment by tom.h.mi...@gmail.com on 25 Sep 2010 at 11:38

GoogleCodeExporter commented 9 years ago
thanks for the info and pointing me to pdfsam.

Original comment by suh...@gmail.com on 26 Sep 2010 at 12:22