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".
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".