Hi, On Wed, Feb 11, 2009 at 9:58 AM, Shyam Gosavi <[email protected]> wrote: > from clarice technologies , i am working on lucene so i need to convert the > pdf files into html using command line > "java -jar tika-0.2.jar -h demo.pdf" > but this command show me convered text and i am not able to save this > content into a specified file.
Try:
java -jar tika-0.2.jar -h demo.pdf > demo.html
BR,
Jukka Zitting
