Logos
The ExpereAPI supports logo functionality as a standard offering for lenders who wish to insert a unique ancillary logo in a transaction.
Logos are implemented as a post-processing event submitted on a request in the AncillaryOutputOptions object and defined through a single object, Logo, containing four child elements:
- HeightInInches: specifies the height of the logo.
- WidthInInches: specifies the width of the logo.
- Justification: specifies the header location of the logo with available values of "top," "center," or "right."
- Placement: applies the logo to a desired page or set of pages with available values of "AllPages," "FirstPageOnly," or "AllExceptFirstPage."
- AlternativeText: applies a string value used for hover text in ADA-compliant documents.
<HeightInInches/> or
<WidthInInches/> element. If only passing in one of the
parameters, Expere will auto-scale the logo. When using custom logos: custom logos where the logo image is passed in the transaction, using one of the xpaths below, will continue to be honored. The Ancillary Logo will be ignored for documents using the transaction logo.
- /Txn/LogoDesc
- /Txn/LogoLeftDesc
- /Txn/LogoCenterDesc
- /Txn/LogoRightDesc
Custom logos where the logo image is within the custom content (embedded in the REQ) will print both the Ancillary logo and the logo embedded in the REQ. Users can adjust for this by using the Generate API and specify which documents the Ancillary logo should be applied to, or, remove the custom logo from custom content.