cancel
Showing results for 
Search instead for 
Did you mean: 

run command line tool on content?

targa2000
Champ in-the-making
Champ in-the-making
is there a way to run Windows or Linux command line tools on the content?  to convert or process content?
3 REPLIES 3

mdutoo
Champ on-the-rise
Champ on-the-rise
Hi Targa

It's much more efficient to code such content processing in a webscript that will use all of Alfresco powerful content processing features. Though if you want to use existing Windows or Linux command line tools (awk…), Alfresco ships with such a CLI wrapper (used with Image Magick for image transformations), but there's some coding to do.

What kind of command line tools would you like to run on content exactly ?

Regards,
Marc

targa2000
Champ in-the-making
Champ in-the-making
I needed to parse fields from a .doc Word file.  I tried to convert file to .txt using Alfresco, but not too happy with results.  Considering using other tools, but most of these are command line tools.

zaizi
Champ in-the-making
Champ in-the-making
Take a look at Alfresco Content Transformation service: http://wiki.alfresco.com/wiki/Content_Transformations. Some of them do use command line tools to convert between document formats. You can configure a custom transformation and call this from within Alfresco.