Who Can give me a rtf file format analyse example?
-
I want to read rtf file format and analyse every char format in rtf file and draw it by myself! How Can I do it! ZHANGYIFEI
-
I want to read rtf file format and analyse every char format in rtf file and draw it by myself! How Can I do it! ZHANGYIFEI
The RTF file format is here: http://www.wotsit.org/download.asp?f=rtf15[^] http://www.wotsit.org/download.asp?f=rtfadd97[^] http://www.wotsit.org/download.asp?f=rtf17[^] Good luck! -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) -
I want to read rtf file format and analyse every char format in rtf file and draw it by myself! How Can I do it! ZHANGYIFEI
Oops, direct links aren't allowed :wtf: Have a look here: http://www.wotsit.org/search.asp?page=3&s=text[^] :cool: -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) -
I want to read rtf file format and analyse every char format in rtf file and draw it by myself! How Can I do it! ZHANGYIFEI
Have a look at the (GPL) source code for AbiWord. Since it imports RTF I think you can find the data you want without too much problems.
-
Have a look at the (GPL) source code for AbiWord. Since it imports RTF I think you can find the data you want without too much problems.
where can i find (GPL) source code for AbiWord ? ZHANGYIFEI