Issuu LogoThough Scribd seems to be the preferred place for sharing documents online, Issuu has a much better media viewer. And like Scribd it has some disadvantages (some intentional). Direct linking to a page is a bit tricky, though you can extract the URL changing the options for generating the embed code. And since the viewers are in flash downloading the images (you can easily download PDFs if it is not disabled, even if it is you can) are a bit tricky. You could get them from the browser cache, but that process is a bit tedious.

Now you might ask, why would you need an image of a magazine page or a document? For the same reason you need to download an YouTube video?

Thankfully in Issuu it isn’t very difficult and I’ve made it a little easier. If you need to download or link to a particular page of a document hosted on Issuu, all that you need to do is insert the document ID and the page number in this form (the first two fields) and the URL of the image would automatically appear on the third field. Copy it and paste the URL wherever you want to.

Issuu Image Download Tool

Where do you find the Document ID? If you are using Firefox/Chrome, press Ctrl+U (or go to View » Page Source) to view the source code of the page (in IE you should find in the Page dropdown). Then do a Crtl+F and search for documentId. You’ll find something like this:

“documentId” : “090409124522-f5d6aed3b38548dcab8257cbf6487852”,

Copy the ID (minus the quotes) and paste it to the first field in the form below:

The JPG files on Issuu are stored in this structure:

http://image.issuu.com/Document_ID/jpg/page_Page_Number.jpg

So if you don’t want to use the tool, you can modify the URL yourself.

Easy, isn’t it? (Atleast till the time they don’t go about making changes).

Related posts:

· Preview Multimedia Files While Downloading
· Download Files (Without Download Option) from Scribd
· Download ‘Protected’ Images
· Download Files from eSnips – the Easy Way

Categories: Uncategorized

16 Comments

How to Download Images from Issuu

  1. Thank you !
    I macke script for make it : copy this text :
    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);

    and past it in the url bar or bookmark it

  2. Hi,

    I have tried to download the original file but for someone who is not logged into issu the access is denied.

    How can i make a public access to this file?

    Thanks you.

  3. Hello! Do you know if they make any plugins to assist with SEO?

    I’m trying to get my blog to rank for some targeted keywords but I’m not seeing very good gains.
    If you know of any please share. Cheers!

  4. something seems to be happening but im getting this error message “This XML file does not appear to have any style information associated with it. The document tree is shown below” any tips?

  5. Same issue as hayley. It works on ancient document but not anymore…

    As I don’t have enough technical habilities, help would be much appreciated…

    In short : something has changed on ISSUU side. What and how to get out of it ?

  6. I’ve been using your instructions here to download the individual pages of publications as individual .swfs, so as not to have to deal with Issuu’s clunky reader application, for years.

    Unfortunately they seem to have put a stop to that sometime within the past couple months.

    The .jpg trick still works, but the URL that used to work for downloading an .swf now results in an XML file that says…

    <Code>AccessDenied</Code>
    Access Denied
    RequestId>E14E2F04EDE0B950
    ZrAxW/mf18LwkuG1ezIZ4bjS+4nBDxBg5rlbJafy8/Y+cf8kx13/QzZqecsDjWFl0H0v1Nsqy1w=

    Sad day!

Leave a Reply