Handling .doc files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Suyash Upadhyay
    New Member
    • Mar 2007
    • 34

    Handling .doc files

    Hello All,
    I am working on a project and I need to handle .doc files using C on Linux. But I am not getting any method how can I do so.
    Can anyone give me any idea about it.

    Thanx in advance.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    You are referring to .doc files from Microsoft Word??

    If so, avoid using the .doc file directly. Is is possible for your clients to save their documents as RTF (Rich Text Format) or as "plain text" (text with line breaks)??

    This would avoid having top know the proprietary .doc format.

    Comment

    Working...