01-09-2017 01:36 PM
Hi!
What should I to do for change the limit of preview files ( docx and xlsx ) to display documents larger than 1 MB.
My installation is Alfresco Community 5.1 and the Windows Server 2012 operating system.
Thanks!
01-09-2017 01:55 PM
You need to configure higher limits on the allowed source document size via transformer properties. See the documentation for details and default configuration as reference. Specifically the OpenOffice transformer properties need to be changed.
12-15-2023 10:06 AM
HI @afaust ,
I'm facing the same error with preview files more than 3Mb size, despite I have configured alfresco-global.properties as documentation on link given.
Any Idea Please !!!
12-18-2023 03:57 AM
Put these properties on the alfresco-global.properties file, they should work on Alfresco 5:
content.transformer.JodConverter.extensions.docx.pdf.maxSourceSizeKBytes=256000
content.transformer.JodConverter.extensions.xlsx.pdf.maxSourceSizeKBytes=256000
content.transformer.JodConverter.extensions.pptx.pdf.maxSourceSizeKBytes=256000
content.transformer.JodConverter.extensions.docx.png.maxSourceSizeKBytes=256000
content.transformer.JodConverter.extensions.xlsx.png.maxSourceSizeKBytes=256000
content.transformer.JodConverter.extensions.pptx.png.maxSourceSizeKBytes=256000
content.transformer.OpenOffice.extensions.docx.pdf.maxSourceSizeKBytes=256000
content.transformer.OpenOffice.extensions.xlsx.pdf.maxSourceSizeKBytes=256000
content.transformer.OpenOffice.extensions.pptx.pdf.maxSourceSizeKBytes=256000
content.transformer.OpenOffice.extensions.docx.png.maxSourceSizeKBytes=256000
content.transformer.OpenOffice.extensions.xlsx.png.maxSourceSizeKBytes=256000
content.transformer.OpenOffice.extensions.pptx.png.maxSourceSizeKBytes=256000
07-18-2019 12:50 PM
the default config for transformer https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/subsystems/T...
Explore our Alfresco products with the links below. Use labels to filter content by product module.