I want to download rss feed of a blog to a single pdf file, the rss feed contains full content.

Is there any software preferable (free) that can do the job?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

with a little bit help of xsl and fop you could write something yourself: just transform the xml-feed into fo and feed that through fop.

essentially, thats what most likely fires the online-tools such as http://rss2pdf.com/ or http://fivefilters.org/pdf-newspaper/, which can do that for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.