I am using Apache Tika to convert RTF documents to HTML. In Tika's RTFParser class I made changes to generate HTML file using HTMLEditorKit and now I'm able to generate the HTML file.
I want to add the metadata tags into the head tag of the generated HTML file. Can anybody give me an idea to how to proceed?