tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

PDFA Rendition Support #2428

Closed jlittle-tsg closed 3 years ago

jlittle-tsg commented 3 years ago

This enhancement will add the ability to set pdfa renditions generated from a custom T-Engine in alfresco and display them in ACA.

A configurable will be added to allow one to set the mimetype of tsg:renditions. Currently, the only supported mimetypes are application/pdf (default) and application/pdfa (must be using custom T-Engine to generate).

jlittle-tsg commented 3 years ago

Completed in OC commit 26913


PDFA RENDITION SUPPORT - updating AlfrescoEmbExtendedRenditionUtil overlays to support the generation of pdfa documents. Once a document is transformed to a pdfa (via custom transformer) this code update will handle setting the tsg:rendition alfresco property and mimetype appropriately.

CRs: kgarelli, jharkins

jlittle-tsg commented 3 years ago

Minor OC update (26920) that changes around the way we default injectables


INJECTABLE UPDATES - changing around the way we default injectables in a couple of spots to prevent issues with resolving overridden injectables coming from a client amp.

ControlledDocumentVersionPolicy.java - no longer defaulting versionAttrName to null (https://github.com/tsgrp/HPI/issues/2428) AlfrescoEmbInternalRenditionImpl.java - creating a setter for renditionMimetype and injecting attr via bean (https://github.com/tsgrp/HPI/issues/2416)

CRs: aking, dgrumieaux