diff --git a/content-accelerator/latest/configure/admin-guide.md b/content-accelerator/latest/configure/admin-guide.md index 1864297040..d7ef877b82 100644 --- a/content-accelerator/latest/configure/admin-guide.md +++ b/content-accelerator/latest/configure/admin-guide.md @@ -537,7 +537,7 @@ Additional Viewer Configurations: Renditioning: * Elevate Renditioning Priority for Folder -* Enable View Time Renditioning +* Enable View Time Renditioning - Enable this option if types utilized in this trac do not have the `tsg:renditioned` aspect applied and require view time renditioning functionality. Note that all ACA Accelerator types are pre-configured with the `tsg:renditioned` aspect and do not require view time renditioning. Therefore, you only need to enable this option for out of the box accelerator types. * Rendition Check Period Configure: diff --git a/content-accelerator/latest/develop/extension-content-accelerator.md b/content-accelerator/latest/develop/extension-content-accelerator.md index 3d11022c49..ab69ed4077 100644 --- a/content-accelerator/latest/develop/extension-content-accelerator.md +++ b/content-accelerator/latest/develop/extension-content-accelerator.md @@ -26,3 +26,11 @@ To add custom alfresco models you will need to define a bean that has a parent o ``` +When you add a new document type extension for use in Alfresco Content Accelerator, we recommend including the `tsg:renditioned` mandatory aspect. This aspect provides streamlined handling of PDFs renditions for viewing and includes: + +* Immediate renditioning to PDF upon document upload or version +* Separate renditions for each version of the node in Alfresco + +> **Note:** In many ACA Policy and Procedure implementations, dedicated per-version renditions are a regulatory requirement. + +If, however, the `tsg:renditioned` aspect is not desired, or the model already exists and cannot be updated, it is possible to turn on view time renditioning in the [Document Viewer]({% link content-accelerator/latest/configure/admin-guide.md %}#document-viewer) config in the Stage. \ No newline at end of file