This content is for v4.x version. Switch to the Stable version.
Presentation FFI
The Presentation FFI page covers installing the language wrapper and using the presentation API. The core logic lives in the Rust library (draviavemal-openxml_office); each wrapper communicates with it over a C ABI + FlatBuffers transport.
For full API reference see the PowerPoint page.
Installation
Section titled βInstallationβcargo add draviavemal-openxml_office# Stabledotnet add package draviavemal.openxml-office
# Pre-release / alphadotnet add package draviavemal.openxml-office --prereleasego get draviavemal_openxml_officeNot yet available.
Not yet available.
Not yet available.
Package Version Details
Section titled βPackage Version DetailsβThe Go wrapper is distributed as part of the repository. See the README for build instructions.