| — | Charles Babbage, 1864 |
A Firefox extension I am writing needs PDF export. One way of making this work cross-platform would be to implement it in Javascript. So, that’s what I did..
It’s called jsPDF and can generate simple PDF documents using nothing but Javascript. No server-side needed. I’ve also got a few ideas for workarounds in browsers that do not support Data URIs well (I’m looking at you IE).
At the moment, it only does text. I’ve got some hacky code together that puts images into the mix, but I want to experiment a bit first to get it right. You can expect a new version next week. Subscribe to my blog or follow me on twitter and I’ll let you know :)
Googlepedia for Chrome is now here! The installation is still rough round the edges since Chrome doesn’t yet have proper extension management features. It should be fairly straightforward though.
How to install:
- Download Chrome Channel Switcher
- Change your channel to ‘Dev’
- Click wrench menu in Chrome, click ‘About’ then ‘Check for updates’, wait for the update to install
- Restart Chrome
- Download Googlepedia for Chrome
- Open the file (it appears like nothing happens)
- Close chrome, then open it again with the command-line parameter ’ —enable-extensions’ (you can do this by right-clicking the Chrome icon, clicking properties and adding it to the end of the ‘Target’ field, without the quotes, but with the space at the start)
- Do a search on Google, Wikipedia should be on the right! :)
If you have issues - please report them. Thanks! :)
Please come back soon to get new versions and bug fixes, Chrome should have an auto-update feature soon. Oh, and also please support development by donating! Thanks. :D

