Manages prearranged conversions of content to different formats.
string
, encoding: string
, pollingInterval: number
= 1000
, retries: number
= 5
): Observable
<
RenditionEntry
>
string
- ID of the target nodestring
- Name of the rendition encodingnumber
- Time interval (in milliseconds) between checks for completionnumber
- Number of attempts to make before declaring failureObservable
<
RenditionEntry
>
- True if the rendition was created, false otherwisestring
, encoding: string
): Observable
<any>
string
- ID of the target nodestring
- Name of the rendition encodingObservable
<any>
- Null response to indicate completionstring
): Observable
<any>
string
- ID of the target nodeObservable
<any>
- Null response to indicate completionstring
): Observable
<
RenditionEntry
>
string
- ID of the target nodeObservable
<
RenditionEntry
>
- Information object for the renditionstring
, encoding: string
): Observable
<
RenditionEntry
>
string
- ID of the target nodestring
- Name of the rendition encodingObservable
<
RenditionEntry
>
- Information object about the renditionstring
, encoding: string
): string
string
- ID of the target nodestring
- Name of the rendition encodingstring
- URL stringstring
): Observable
<
RenditionPaging
>
string
- ID of the target nodeObservable
<
RenditionPaging
>
- Paged list of rendition detailsstring
, encoding: string
): Observable
<boolean>
string
- ID of the target nodestring
- Name of the rendition encodingObservable
<boolean>
- True if the node can be converted, false otherwisestring
, encoding: string
): Observable
<boolean>
string
- ID of the target nodestring
- Name of the rendition encodingObservable
<boolean>
- True if the rendition is available, false otherwiseACS allows content items to be converted to other formats for display or delivery. For example, a raw text file might be converted to HTML to enable better formatting in a web browser or a PDF might be converted to an equivalent bitmap image. A rendition is a prearranged conversion that is set up for an item for convenient repeated use. More information about renditions is available in the Content Services documentation.
In the Renditions service methods, the nodeId
is a string identifying the content
node that the rendition applies to. This can be obtained from
Document List component events and various other places
in the ADF API. The encoding
identifies the conversion performed by the rendition.
See the
Renditions API page
in the Alfresco JS API for more information about the
RenditionPaging
class and other implementation details.
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.