Category Archives for TuTZ

Saving e-paper from Issuu to image

To use the bookmarklet just drag the Issuu Downloader button to your Bookmarks Bar, browse for a page you want to save and then click it. The Bookmarks Bar is also known as the Favourites Bar or the Bookmarks Toolbar. In some browsers you may need to go to your View menu to choose to show it.
Isuu Downloader

The Share Bookmarklet can also be created manually. To create the Share Bookmarklet you need to copy the code below into the URL field of a new bookmark.
javascript:void(window.stop());var%20id=/documentId(\W)*([\w-]+)/.exec(document.getElementsByTagName('html')[0].innerHTML)[2];var%20np=prompt('Number%20of%20page\nNumber%20only');%20var%20lien="";%20for(var%20i=1;i<=np;i++)lien+='http://image.issuu.com/'+id+'/jpg/page_'+i+'.jpg ';void(document.body.innerHTML=lien);

>/<