Need help to create a word document in linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gopikrishnan
    New Member
    • Nov 2006
    • 3

    Need help to create a word document in linux

    Hi...I have a problem...

    We are migrating windows to linux...
    I need a solution to create a msword document in linux.

    From the database..
    we can get the path where the word document should save...
    rep_path = "\\dotnet\etran s\mt\acsd.doc"
    File fso = new File(rep_path)
    fso.createNewFi le();


    While i work this in windows.. it works...
    When i debug this in linux...
    There make a problem in the file path... i think...

    Plz help to make a solution...
    bye frm GK
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    OpenOffice.org has filters that you can use to make open source versions of .docs. Since doc is a propitary format the conversion is likely to be bugged, but those guys over at OO.o do a pretty good job with that filter.

    Comment

    Working...