View Single Post
Old 09-03-2008, 06:40 PM   #16
elinares
Xtreme Quijote
elinares doesn't litterelinares doesn't litterelinares doesn't litter
 
elinares's Avatar
 
Posts: 101
Karma: 208
Join Date: Sep 2008
Location: La Mancha, Spain
Device: Sony PRS-505
I've been working on a "lrf2pdf" tool, in java, starting from iText (Lowagie) and LRFParse (scotty1024). Actually transformation support images an TOC from lrf, and also dumps the whole lrf to an XML file. Usage is:

java -Xms100M -jar dumplrf.jar directory [-z zipfile] [-xml|-pdf]

it searches recursively 'directory' for lrf file names in 'title - author.lrf' format, and creates pdf in the same place (if -pdf is specified) or builds 'zipfile' if '-z' is also specified.
Hope you like it.
Download here: http://rapidshare.com/files/142425483/dumplrf.jar.html
elinares is offline   Reply With Quote