[PHP-DEV] Re: rtf

2001-11-13 Thread jimmy elab

Manuel Lemos wrote:
> 
> 
> I have complete RTF parser and writer code written in C that I am
> willing to donate if anybody is willing to turn it into a PHP module.

It's time we generate a platform somewhere.
 
> BTW, if you just give a RTF document module the .doc extension, Word
> will still be able to figure that it is a RTF file and reads it like
> that. This means that you can generate easily ".DOC" files under
> non-Windows OSes! :-)

And more important: anybody can read them and you're not required to get
the latest M$Word version or viewer, if the file was created using a
more recent version of M$word as you have, 'cause RTF is generally
portable across M$word-versions.

And if you pass the right http-header you can instruct windows/your
browser to automagicaly open your favorite (or not) editor to open the
document right from the web.

Been there, done that. Works with other office-products (excel and CVS)
too, more or less (i.e. if you know which regionalized version is being
used.) 

But that's all beside the point.

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Re: rtf

2001-11-13 Thread Johan Holst Nielsen

Hi Manuel

>I have complete RTF parser and writer code written in C that I am
>willing to donate if anybody is willing to turn it into a PHP module.
>
>BTW, if you just give a RTF document module the .doc extension, Word
>will still be able to figure that it is a RTF file and reads it like
>that. This means that you can generate easily ".DOC" files under
>non-Windows OSes! :-)
>

How avanced is your RTF parser and writer? What is the possibilities in 
your writer? Im maybe interested to make a view, and see if it is 
something I can use in my development.

Regards,

Johan



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Re: rtf

2001-11-13 Thread Manuel Lemos

Hello,

Johan Holst Nielsen wrote:
> 
> > Is there anybody working on an RTF (rich text format) module?
> 
> It is in my thought. But I haven't begin programming yet!
> 
> > If not: what requirements would one like for it to have, and for me to
> > build it?
> > If so: What's the state.
> 
> I have only made some thoughts about it. Nothing programming yet. I have to
> much work right now. But I am very interested, so please contact me if want
> to go for the project. We make it together if you want to?

I have complete RTF parser and writer code written in C that I am
willing to donate if anybody is willing to turn it into a PHP module.

BTW, if you just give a RTF document module the .doc extension, Word
will still be able to figure that it is a RTF file and reads it like
that. This means that you can generate easily ".DOC" files under
non-Windows OSes! :-)

Regards,
Manuel Lemos

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Re: rtf

2001-11-13 Thread Johan Holst Nielsen

> Is there anybody working on an RTF (rich text format) module?

It is in my thought. But I haven't begin programming yet!
 
> If not: what requirements would one like for it to have, and for me to
> build it?
> If so: What's the state.

I have only made some thoughts about it. Nothing programming yet. I have to 
much work right now. But I am very interested, so please contact me if want 
to go for the project. We make it together if you want to?

> PS: Rtf2Mod can be posted on request to an apropriate public platform
> should anyone be interested.

I am interested. Please mail it to johan at 1way2print.net

Regards,

Johan

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]