Mandlem Nageswara Rao wrote:
> Hi all,
Hi there!
> I am new to odftoolkit project. I see that there
are no downloads
> available for this project.
The odftoolkit project is rather new too
Yes, there are no downloads yet, but thereīs anonymous cvs
available tough.
> So my question
> is there any java API which can be downloaded from
which I can create
> odp(odf presentation document) document?
>
odf4j is the odf for java subproject of the odftoolkit. It
currently has
only basic support for the ODF package file format and
support for doing
XSL Transformation on ODF files is there and than some
support for
creating spreadsheets from TableModels is there.
You can checkout odf4j from OpenOffice.org anoymous CVS
via:
cvs -d:pserver:anoncvs anoncvs.services.openoffice.org:/cvs co
odftoolkit/odf4j
You might eventually also want to have a look at this blog
entry:
http://blogs.sun.com/GullFOSS/entry/odf4j_at_work_in_eis
If you have ideas on what you would like to see as methods
being created
on the PresentationDocument class (it currently creates just
an empty
presentation document and letīs you access the XML content
via java DOM
API) you can write about that here and well probably you
might even be
able to contribute some useful methods yourself.
>
> Thanks,
> Nagesh
>
Kind regards,
Bernd Eilers
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
For additional commands, e-mail: dev-help odftoolkit.openoffice.org
|