CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Posts
    15

    to create *.doc file not rtf

    the ****in *.rtf file can't support in hebrew text from right to left.
    so i think i need a *.doc file for that mission.
    pl tell me how can i create that file.
    thanxxxxxxxxxxxx
    or else
    tell me how can i create a rtf file written right to left
    thanxxxxxxxxxxx


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: to create *.doc file not rtf

    According to Microsoft the RTF format does support f*'ing RTL characters, take a look at :

    http://msdn.microsoft.com/library/sp...agesupport.htm - you may want to click 'show toc' once the page has loaded so you can see other articles related to the RTF standard.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured