• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to convert a word document to html using java code

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i am working on a project wherein i need to upload a resume in any format and then need to display in html format. and my server is on linux machine. so i need to develop a java code with which we can convert any word document to html format with out disturbing its original formatting.
thanks & regars,
Sarada Prapoorna.V
 
Ranch Hand
Posts: 328
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
That's a bit difficult as the exact formatting used in m$ Word is not documented and changes from version to version - typical Gates tactics.
Bye,
------------------
Terry Doyle
Sun Certified Programmer for Java 2 Platform
 
VS Prapoorna
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i got a solution for the above problem actually we need to convert the word document to xml format and then to html.
try this link. http://www.gca.org/papers/xmleurope2001/papers/html/s28-1.html
regards,
Sarada Prapoorna. V
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sarada,
Thanks for posting the link. This could help with a project I'm working on.
Regards,

------------------
Robert Hoch
Evergreen Information Systems, Inc.
 
If you settle for what they are giving you, you deserve what you get. Fight for this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic