Difference between revisions of "AODL"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 20: Line 20:
 
A [[AODL wishlist|Wish List]] for additional features and enhancements.<br>
 
A [[AODL wishlist|Wish List]] for additional features and enhancements.<br>
 
AODL code [[AODL examples|examples / snippets]]<br>
 
AODL code [[AODL examples|examples / snippets]]<br>
 +
[http://odftoolkit.openoffice.org/servlets/ProjectDocumentList?folderID=679&expandFolder=679&folderID=0 Download] of the binary releases.<br>
 +
[http://odftoolkit.openoffice.org/source/browse/odftoolkit/ CVS checkout]  of the current AODL source code.<br>
 
The [[ODF_Toolkit|ODF Toolkit Wiki page]].<br>
 
The [[ODF_Toolkit|ODF Toolkit Wiki page]].<br>
 
The ODF Toolkit [http://odftoolkit.openoffice.org project homepage] on the OpenOffice.org website.
 
The ODF Toolkit [http://odftoolkit.openoffice.org project homepage] on the OpenOffice.org website.
  
 
[[category:Summer of Code 2007]][[category:AODL]]
 
[[category:Summer of Code 2007]][[category:AODL]]

Revision as of 09:07, 17 August 2007

AODL (An Open Document Library)

AODL is the .net module of the ODF Toolkit. The library is completly written in pure C# and can be used to extend your .net based software to support the OpenDocument Format. To use AODL within your projects respectively software there is no need of a deep knowlegde of the OpenDocument Format itself. It would be helpfull to understand what's going behind the scenes and for writing your own extensions, but as mentioned before this isn't a fundamental requirement.

Up to now, the following fundamental operations are supported by AODL:

  • Creating new documents in the text and the spreadsheet format.
  • Loading and manipulating documents in the text and spreadsheet (not complete yet) format.
  • Export loaded or created documents into the HTML format (text and spreadsheet documents).
  • Export loaded or created documents into the PDF Format. (this is in an early state of implementation and only available for text documents)


Further information:

Take a look at this page to see a complete list of existing features.
The AODL FAQ (where to get the source, requirements, ..)
A Wish List for additional features and enhancements.
AODL code examples / snippets
Download of the binary releases.
CVS checkout of the current AODL source code.
The ODF Toolkit Wiki page.
The ODF Toolkit project homepage on the OpenOffice.org website.

Personal tools