cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting metadata from libreoffice, word, etc and conver it to tags

jagpanadero
Champ on-the-rise
Champ on-the-rise

Hello, im new in alfresco and im facing this challenge, i dont want to use a window to input the metadata into the document, rather i want just to create a new document in docs (for example), then put some fields that are going to go to the metadata of the file and then when i upload that to my alfresco, make a rule for the folder that creates tags bassed on custom metadata. I have read (https://docs.alfresco.com/5.2/references/dev-extension-points-custom-metadata-extractor.html) but that dont help me so much since i dont know where to do all that stuff, hope you can give me a hand.

THX

1 ACCEPTED ANSWER

angelborroy
Community Manager Community Manager
Community Manager

You have also a sample project to build your custom metadata extractor in

https://github.com/Alfresco/alfresco-sdk-samples/tree/alfresco-51/all-in-one/custom-metadata-extract...

This module needs to be deployed to Alfresco Repository.

Hyland Developer Evangelist

View answer in original post

2 REPLIES 2

jljwoznica
Star Collaborator
Star Collaborator

Are these office properties on the documents? This might help:https://docs.alfresco.com/aos/references/aos-props.html

angelborroy
Community Manager Community Manager
Community Manager

You have also a sample project to build your custom metadata extractor in

https://github.com/Alfresco/alfresco-sdk-samples/tree/alfresco-51/all-in-one/custom-metadata-extract...

This module needs to be deployed to Alfresco Repository.

Hyland Developer Evangelist