Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Writes a Word file.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RichText | 3.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ❌ No |
Parameter | Description | Example |
---|---|---|
Path | The native file path to the file. | $path |
Returns OK or error.
Convert html to Word file:
Set Variable [ $r ; Value: MBS( "RichText.ReadHTML"; "<html><body><p><b>Schokoladenplätzchen</b></p></body></html>" ) ]
Set Variable [ $r ; Value: MBS( "RichText.WriteDOC"; "/Users/cs/Desktop/test.doc" ) ]
Created 18th August 2014, last changed 25th November 2017
RichText.WriteContainer - RichText.WriteFile
Feedback: Report problem or ask question.