Thread: coursesmart
View Single Post
  #3  
Old 09-21-2012, 11:55 PM
killaken2000 killaken2000 is offline
Junior Member
 
Join Date: Sep 2012
Posts: 2
killaken2000 is on a distinguished road
Default

Re: coursesmart


You are correct.

However here is what i did to download the online book to pdf.

I used the Save Image firefox extension to save all of the *.jpg images to a separate folder based on the hours minutes and seconds of the current time.

Next i set the extensions keypress to a Ctrl + y

Then i wrote a vc++ program to press Ctrl + y then right arrow stepping through that sequence for each page

Now you are left with a directory full of other directories that are full of jpgs

Then i used the console program imagemagick to convert all of the jpgs in sequence to one large image that is a full page. Then convert those full page jpgs to pdf.

next i used another console application but i forgot the name. I used this program to combine the pdfs to one large pdf.

so now i have a fully converted coursesmart book.

The reason for my post is that i would not only like to share this info but also collaborate one combining these steps into one program or plugin.

any cheers
-killaken
Reply With Quote