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.
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.
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.
Internet Stuff Tricks,
PDF
11:47 AM
Itz working ......man...
If you instead fetch the following file and zoom in, you see that the resolution is much higher (likely vector graphics, even):
http://page.issuu.com/[document ID]/swf/page_[page number].swf
How can I access the PDF file (or whatever it is) that contains this?
@Anonymous above:
I was able to convert the SWF files to large, higher-quality PNG images using the swftools software package:
http://www.swftools.org/download.html
More details:
http://stackoverflow.com/questions/9641550/render-swf-to-png-or-other-image-format