Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » RichText,QTF,RTF... » QTF to RTF, how?
QTF to RTF, how? [message #918] Wed, 08 February 2006 18:01 Go to next message
pivica is currently offline  pivica
Messages: 57
Registered: November 2005
Location: Belgrade, Serbia
Member
Is there a way to convert qtf document to rtf format? I have qtf doc in application and I need to have export to rtf file functionality.
Re: QTF to RTF, how? [message #919 is a reply to message #918] Wed, 08 February 2006 18:07 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
EncodeRTF(ParseQTF(qtf), CHARSET_WINxxxx)

and back:

EncodeQTF(ParseRTF(rtf));

There is even EncodeHTML, but right now, ParseHTML is missing (would make nice web browser Smile

Mirek
Previous Topic: QTF: align to bottom of page?
Next Topic: RTF Table problem [BUG][FIXED?]
Goto Forum:
  


Current Time: Sat Apr 20 08:49:39 CEST 2024

Total time taken to generate the page: 0.03920 seconds