Text to HTML translators using Java Utility/Java Class.
I am having a text file. I need to save it into HTML format. How can I do
this using Java.
Is there any ready made Java Utility/Java Class available for converting
text to HTML.
I mean which will take a text file as input and outputs HTML file. When I
searched on
Internet I got so many Perl-translators which will do this but I need to
do this using only
Java Utility/Java Class. This is very critical to my project.Please let
me know as soon
as possible if such kind of Utility is availbale.
Thanks & Regards,
Srinu.
Re: Text to HTML translators using Java Utility/Java Class.
i think by using filechooser you can save any file as the format you want
to be
try it out.
"srinu" <nlgsrinu@hotmail.com> wrote:
>
>I am having a text file. I need to save it into HTML format. How can I do
>this using Java.
>Is there any ready made Java Utility/Java Class available for converting
>text to HTML.
>I mean which will take a text file as input and outputs HTML file. When
I
>searched on
>Internet I got so many Perl-translators which will do this but I need to
>do this using only
>Java Utility/Java Class. This is very critical to my project.Please let
>me know as soon
>as possible if such kind of Utility is availbale.
>
>Thanks & Regards,
>Srinu.