Pdf Renderer NOT for ARM64 . What else ?

cancel
Showing results for 
Search instead for 
Did you mean: 
Giuliano
Active Member II

Pdf Renderer NOT for ARM64 . What else ?

Hi,

I'm testing ACS 6.2 on ARM64 hardware (Raspi 4, 8 Gb)

It works (!), but I cannot use the pdfrendere, beeing provided and licensed only for mac/win/linux on amd64.

May we remove the program and ANY referens in alfresco.globa.properties,  without ANY problems ?

Who will provide the pdf rendering in his place ?

Imagemagic ?

Any configuration CORRECTION needed ?

3 Replies
abhinavmishra14
Advanced

Re: Pdf Renderer NOT for ARM64 . What else ?

AFAIK this hardware is not supported. 

You can remove the following config: 

#PDF Renderer config, used for previewing pdf docs.
alfresco-pdf-renderer.root=/usr/local/alfresco-community62ga/alfresco-pdf-renderer
alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer

No imagemagick doesn't generate previews for PDFs. You may have to use custom extension and libraries such as itext to generate the previews on upload/create event.

You may also check this one : https://hub.alfresco.com/t5/alfresco-content-services-add/pdf-rendering-extension-for-alfresco-5-0/t...

 

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
angelborroy
Alfresco Employee

Re: Pdf Renderer NOT for ARM64 . What else ?

You can try building pdfium for ARM:

https://pdfium.googlesource.com/pdfium/

Hyland Developer Evangelist
Giuliano
Active Member II

Re: Pdf Renderer NOT for ARM64 . What else ?

Thanks Angelborray for the hint.

One more info:

considering that all the "office" document type are rendered in pdf by soffice.bin in headless mode, and image file are rendered in pdf by ImageMagick:

WHICH other file types are processed by PDFrenderer ?

 

Giuliano