Expand my Community achievements bar.

SOLVED

how to export files into word doc

Avatar

Level 1

hi,

I am looking for export files into word doc 

1 Accepted Solution

Avatar

Correct answer by
Level 10

This is not an out of the box AEM feature. However - you can build a custom AEM service to do this. We have a community article that shows this use case for working with an Excel spreadsheet:

http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.html

To build a custom AEM service that works with Word - you need to get a Java API that works with MS DOC files. I suggest looking at:

http://poi.apache.org/

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

This is not an out of the box AEM feature. However - you can build a custom AEM service to do this. We have a community article that shows this use case for working with an Excel spreadsheet:

http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.html

To build a custom AEM service that works with Word - you need to get a Java API that works with MS DOC files. I suggest looking at:

http://poi.apache.org/