|
Project Information
Links
|
Integrate Open Document Presentations into your JavaFX Application. Currently only a minimal subset of ODP features is supported, but basic presentations already work. Demo: start Select an ODP file press
usage in JavaFX application: var pdoc = PDocument.createFromODP("filename.odp");
scene.content = pdoc.getPages()[pagenumber].createNode()
|