Hi guys Do you know if there is a library somewhere in Smalltalk to deal with RTF writing/saving? Stef
See here for a writer http://www.smalltalking.net/Goodies/VisualSmalltalk/index.htm Hernán 2010/5/4 Stéphane Ducasse <stephane.ducasse@inria.fr>:
Hi guys
Do you know if there is a library somewhere in Smalltalk to deal with RTF writing/saving?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
hernanmd wrote
http://www.smalltalking.net/Goodies/VisualSmalltalk/index.htm
Apparently only for non-commercial though: "You may not use or distribute this Software or any derivative work in any form for commercial purposes without written permission of the Author of this Software." http://www.smalltalking.net/goodies/GoodiesLicense.htm ----- Cheers, Sean -- View this message in context: http://forum.world.st/RTF-reader-writer-tp2125230p4818253.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
RTF is pretty evil... anything wrong with HTML? Regards, Gary ----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse@inria.fr> To: "Pharo Development" <Pharo-project@lists.gforge.inria.fr> Sent: Tuesday, May 04, 2010 10:30 AM Subject: [Pharo-project] RTF reader/writer
Hi guys
Do you know if there is a library somewhere in Smalltalk to deal with RTF writing/saving?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
RTF is pretty evil... anything wrong with HTML?
I do not know :) this is for a potential client requirement.
Regards, Gary
----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse@inria.fr> To: "Pharo Development" <Pharo-project@lists.gforge.inria.fr> Sent: Tuesday, May 04, 2010 10:30 AM Subject: [Pharo-project] RTF reader/writer
Hi guys
Do you know if there is a library somewhere in Smalltalk to deal with RTF writing/saving?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Sophie ? 2010/5/4 Stéphane Ducasse <stephane.ducasse@inria.fr>:
RTF is pretty evil... anything wrong with HTML?
I do not know :) Â this is for a potential client requirement.
Regards, Gary
----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse@inria.fr> To: "Pharo Development" <Pharo-project@lists.gforge.inria.fr> Sent: Tuesday, May 04, 2010 10:30 AM Subject: [Pharo-project] RTF reader/writer
Hi guys
Do you know if there is a library somewhere in Smalltalk to deal with RTF writing/saving?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 2010-05-04, at 10:15 AM, Nicolas Cellier wrote:
Sophie ?
Ya, there's a RTF parser in there.. RTFParser It makes a parse tree, then constructs a Sophie text tree, but obviously you could provide your own builder to make whatever is desired from the RTF parse tree. I don't think there was a writer in there. -- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
Tx! Stef On May 4, 2010, at 7:31 PM, John M McIntosh wrote:
On 2010-05-04, at 10:15 AM, Nicolas Cellier wrote:
Sophie ?
Ya, there's a RTF parser in there.. RTFParser
It makes a parse tree, then constructs a Sophie text tree, but obviously you could provide your own builder to make whatever is desired from the RTF parse tree.
I don't think there was a writer in there.
-- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Stef, I have had this laying around for quite some time, and I don't quite remember what all it can do, but you are welcome to do whatever you wish with it :) On May 4, 2010, at 3:30 AM, Stéphane Ducasse wrote:
Hi guys
Do you know if there is a library somewhere in Smalltalk to deal with RTF writing/saving?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thanks! Stef On May 5, 2010, at 9:28 PM, Brian Brown wrote:
Hi Stef,
I have had this laying around for quite some time, and I don't quite remember what all it can do, but you are welcome to do whatever you wish with it :)
<RTF-rbb.7.mcz>
On May 4, 2010, at 3:30 AM, Stéphane Ducasse wrote:
Hi guys
Do you know if there is a library somewhere in Smalltalk to deal with RTF writing/saving?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Brian Brown-6 wrote
I have had this laying around for quite some time, and I don't quite remember what all it can do, but you are welcome to do whatever you wish with it :)
It seems to work! I uploaded to http://smalltalkhub.com/#!/~SeanDeNigris/RTF/ and ported to Pharo 4.0 (tiny change to test) ----- Cheers, Sean -- View this message in context: http://forum.world.st/RTF-reader-writer-tp2125230p4818257.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (7)
-
Brian Brown -
Gary Chambers -
Hernán Morales Durand -
John M McIntosh -
Nicolas Cellier -
Sean P. DeNigris -
Stéphane Ducasse