4PointSolutions / FluentFormsAPI

Fluent API for Adobe AEM Forms
Apache License 2.0
6 stars 8 forks source link

Create XCI object in the API #46

Open rmcdouga opened 6 months ago

rmcdouga commented 6 months ago

Currently the PDF and PS rendering call take an XCI Document object. This reflects what the underlying Adobe API requires however to utilize this it requires that the developer understand how to create the XCI XML format.

It would be nice to encapsulate that knowledge into an XCI object with it's own builder API. The API doesn't have to be exhaustive, it can grow over time, but it should at least encompass the common options like "embed fonts".