TextRange text into rtf format

A

Aurora I

Hello,

I am writing a PowerPoint to XML converter in C++ and I need to get the
TextRange text into rtf format.
Any suggestion would be greatly appreciated .

Thank you,
Aurora
 
R

Randall Arnold

My expertise is VB and VBA, so I can't help with C++ syntax, but essentially
you can open a Word object (invisibly if desired) and use it to save any text
you have as RTF.

Randall Arnold
 
Top