Quote:
Originally Posted by Devlar
As most of you are probably aware, the News button on my iLiad is rather neglected. Currently there are no real services being offered. I'm wondering if anyone is aware of any software that would print multiple RSS feeds to PDF. At the moment I can't seem to find anything.
There are tons of free RSS feeds out there that could be used by the iLiad if such software existed. Currently, you can print feeds with Thunderbird, but its combersome because it asks you for a filename for each PDF you make.
Anyway, just throwing out an idea for anyone with some programming skills and some free time.
|
Since RSS is just data in an XML format, you could simply write a program to apply a style sheet to create HTML. The iLiad can read that directly. Or you could push the HTML through an HTML-to-PDF conversion to create a PDF.