At this point in time when you visit a google book, there is a tiny gear like thing in the upper right corner. If you click on the arrow next to this, a menu appears which includes "download PDF". When you click this, you must type in some text to prove that you are a living breathing human, and away you go.
Here is the link to the google book for
On my Fedora system, I had to download two other packages before I could get this to assemble a PDF for me:
yum install python-reportlab yum install python-reportlab-docs yum install python-imagingAt first I had downloaded only the reportlab package and was getting confusing tracebacks because of the missing imaging (PIL) package. If you are interested in reportlab, you should download the docs package and look at /usr/share/docs to find several very nice documents describing the package.
Note that all of this is really unnecessary given that google does provide a PDF download. Reportlab is interesting. It is a python library to support PDF generation. It is available open source, but unfortunately they are also promoting a commercial big brother "pro" package.
Adventures in Computing / [email protected]