View Single Post
Old 12-29-2007, 09:15 PM   #1
ajnorth
Member
ajnorth has a complete set of Star Wars action figures.ajnorth has a complete set of Star Wars action figures.ajnorth has a complete set of Star Wars action figures.
 
Posts: 17
Karma: 280
Join Date: Dec 2007
Device: iLiad
Fetching and converting content from the iLiad

Here are some useful binary files for fetching and converting content for the iLiad, run from the iLiad itself, possibly automatically using e.g. cron (if you use adamb's updated busybox).

Firstly there is "curl" for fetching URLs, which is more powerful than GNU wget (and much more useful than the version of wget installed on the iLiad). See e.g. http://www.samhart.com/cgi-bin/class.../Wget_And_Curl for comparison.

Secondly there is "convert" from the imagemagick software, which can be used to convert and combine images into one pdf file. Note html2ps and whatever else is required to convert html to pdf isn't included here: like the comic fetching mentioned elsewhere I just wanted to automatically fetch images (and combine them into one pdf). When you run the convert binary the shell variable LD_LIBRARY_PATH needs to point to the directory where the libraries are.
Attached Files
File Type: zip fetchAndConvertContent2pdf.zip (2.29 MB, 387 views)
ajnorth is offline   Reply With Quote