Word_to_html short dude...

  • Thread starter Thread starter Josema
  • Start date Start date
J

Josema

Hi to all...
I have a little program that converts a word document into
a html file...
The problem is that the application its too slow when the
word file is large...
I suppose that this velocity is due to the metodology that
i use...

1)My program open the file
2)foreach paragraph in the word file take in count each
word inside this paragraph and analize if the word its
bold, italic or underline, and depending of this i create
the label in html and build each html paragraph with each
word and with each label inside an ArrayList...

There is another way to make the conversion(word to html)
take in count the blacks italics and underlined??? Cause i
need that my program goes faster with big word documents
(2 pages, or something like that)...

Thanks In Advance.
Regards.
Josema.
 
ja ja ja, its a good idea, but i would like to practice
this kind of things... But in all ways, word creates an
html file with a lot of trash (so many code)
The result is a file poor optimized.

Josema
 
Back
Top