Oorian PDF Library

UI Extension

Oorian wrapper for Oorian PDF Library

Status
Planned
Supported Version
TBD
Licensing
Unknown
Priority
Rank #176
Usage Example

Here's how you'll use Oorian PDF Library with Oorian once the extension is available:

Java
// Create and configure Oorian PDF Library component
OorianPDFLibrary component = new OorianPDFLibrary();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, OorianPDFLibraryEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.