IIRC, OpenOffice uses XML. Creating a .CTP file and filling that would 
be trivial, with a straightforward XML file. You shouldn't need a 
component/plugin - I mean, it'd be gravy, really, when you could simply 
flow your data into an XML template.

Of course to take something like FCKeditor and dynamically convert the 
HTML to your XML might be a challenge, but not much of one.

------ Break, whilst researching .odt file formats. ---------

Ooo, that's interesting! The .odt format can be one of two - straight 
XML file (see, I was right!) or a ZIP file containing a set of XML files 
(content.xml, meta.xml, mimetype, settings.xml and styles.xml on the one 
I unzipped). But, the XML files are very straightforward.

Good luck with that! Information on the .ODT format is available at the 
OpenDocument Fellowship 
(http://www.opendocumentfellowship.org/projects/odftools).

Regards!
 -Toby


dsingh wrote:
> Hi
>
> Is there any plug-in or component available for creating open office
> documents from php. I have seen some plug-in in symfony, do we have
> some thing like this which can help in creating the open office
> document dynamically. I would appreciate any help on this.
>
> Regards
> Dsingh
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to