LRF to PDF,XML and RTF Conversion tool
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|-rtf]
it searches recursively 'directory' for lrf file names , and creates PDF, XML and/or RTF in the same place as original file or builds 'zipfile' (if '-z' specified) and put generated files on it.
Preserves Author and Title information on RTF and PDF.
Hope you like it!
Last edited by elinares; 09-04-2008 at 05:47 AM.
Reason: New Version supporting LRF2RTF
|