if you want download a scribd locked document here is a simple technique
first change view mode to Scroll, than scroll top to bottom in your browser before you run script. if dont nothing will print in your pages.
paste below script in your browser address bar:
javascript:function printScribdDoc(docpgesCount){for(i=1;i<=docpgesCount-1;i++){var page=document.getElementById("page"+i+"");if(page!=null){page.style.display="block";}}window.print();}printScribdDoc(35);void(0);
FireBug user:
function printScribdDoc(docpgesCount){for(i=1;i<=docpgesCount-1;i++){var page=document.getElementById("page"+i+"");page.style.display="block";
}window.print();}
printScribdDoc(35);
HOW TO
In above script, enter total pages count, I gave 35(red label) as document total pages, change it to your document total pages. ex:if your document has 20 pages,you have to change to 20,next paste it in your browser address bar, hit enter.
you will see the print dialog to print, just select print to file and print.
thats its, all pages of document will printed in your pdf file or whatever file type you have printed.
if it not printed all pages, scroll your page top to bottom again. it is must
comments are welcome
dont forget to comment me back if it works fine.