Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
String with html content => save (convert?) to rtf file
#1
1)
====
If I have a string "S" which has HTML content.
Is it possible to write the contents of "S" to an .RTF file?

Example:

Macro Macro8
Code:
Copy      Help
str s="<b>test123</b>"

Now I want a file called:

Code:
Copy      Help
test.rtf

When I open it, it must contain "test123" in bold.

2)
====
And is it possible to convert a string which has .RTF contents to an HTML file?
#2
There are no HTML-RTF conversion functions in Windows or QM. Need a program that does it, or try an online service, or try Microsoft Word or other application that supports these formats, or maybe there are other ways that I don't know.
#3
OK, thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)