Hi,
is it possible to render e.g. the first page of an uploaded PDF attachment in the preview?

E.g. does the backend or frontend have any functionality for that, that can be activated?
Thanks
Hi,
is it possible to render e.g. the first page of an uploaded PDF attachment in the preview?

E.g. does the backend or frontend have any functionality for that, that can be activated?
Thanks
The default implementation of the client will always request the attachment from the data services. Therefore, you have to implement your thumbnail creation in the data services. See data services events for more details.
Currently DS does not provide extension points in thumbnail creation. For extension points in this area please create a requirement ticket and we will take a look