0

I use alfresco 7.1.0 with embedded ImageMagick 7.0.10. In global.properties I have system.thumbnail.generate=true. In Tomcat I have file thumbnail-service-context.xml and I use CMIS connector. Alfresco does not automatically create a thumbnail. If I open a folder in Alfresco UI, then I will wait a few seconds to create a preview only, then do I have a preview in CMIS. Can you please advise me what is wrong, if the thumbnail does not create itself after insertion?

Thanks, Robo

robertD
  • 11
  • 2
  • I seem to remember that CMIS uploads don't trigger the thumbnail generation by default - maybe try the approach from https://stackoverflow.com/questions/10487135/generating-thumbnails-in-alfresco-4-0-d ? – Gagravarr Sep 23 '21 at 15:36
  • Thanks for the help. Do you know how to set the context (properties) in CMIS, pls? – robertD Sep 24 '21 at 11:03

1 Answers1

0

We dont have any direct way available from CMIS Client. could you try

cmis.create.doc.request.renditions.set=doclib,pdf
Srikanth Josyula
  • 790
  • 7
  • 15