cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Render 1mb Problem in Docker Deployment

cse102
Champ on-the-rise
Champ on-the-rise

We are using following versions

ACS 6.2

ACA 1.9

PDf renderer 2.1.0

We have problem while viewing the dcoments in Alfresco. If file is greater than 1mb, View show it as an image and ony shows the first page of it.

Steps to produce process:

1) Upload a document which have size more than 1mb

2) click view for this document

3) Pdf render shows the only first page of it, also it shows it as an image

İs there config to solve this problem. Could you help me

4 REPLIES 4

amoae
Champ on-the-rise
Champ on-the-rise

Hi,

Alfresco applies some size limits for PDF preview, based on source file types, before falling back to a simple image preview.

You can check the default limits in this file (search "maxSourceSizeKBytes"), and change them if necessary in your own custom configuration.

Which type of document are you trying to preview (Excel, Word...) ?

Regards,

Charles

cse102
Champ on-the-rise
Champ on-the-rise

Hi,

Thank you for your response. 

We tried many different types such as .pdf, .docx, .xlsx etc. Noone of them previewed by alfresco. We saw the file you that you recomeded us but the problem is that we don't know where should we write this file in docker compose. 

If you know, could you please explain more detailed, where and how should write this file in docker-compose version.

narkuss
Star Contributor
Star Contributor

I'm able to preview docs and pptx files with alfresco 6.2 and ACA:master-235 docker image. I don't know what docker tag corresponds to version 1.9...

Have you properly set up docker-compose services for T-engines?

mhmmderen
Champ on-the-rise
Champ on-the-rise