AEM Convert Word Documents to DITA
The following steps are is from page 32 of the PDF at this link
AEM Guides (XML Documentation) solution allows you to migrate your existing Word documents (.docx) into DITA topic type documents. You need to specify the input and output folder locations along with other parameters and the document gets converted into DITA document. Depending on the content, you could have a .dita file and a .ditamap file.
To be able to convert a Word document successfully, your document should be well structured. For example, your document should have a Title, followed by Heading 1, Heading 2, and so on. Each of the headings should have some content in it. If your document is not well structured, the process might not work as expected.
By default, XML Documentation solution uses the Word-to-DITA (Word2DITA) transformation framework. This transformation depends on the style-to-tag mapping configuration file. To be able to use the Word2DITA transformation successfully, you must consider the following guidelines for preparing your Word document for conversion:
NOTE: If you make any changes in the default style-to-tag mapping configuration file, then you must update and use the guidelines confirming to your updated style mapping.
Perform the following steps to convert your existing Word documents into DITA topic type document:
1) Log into AEM and open the CRXDE Lite mode.
2) Navigate to the default configuration file available at the following location: /libs/fmdita/config/w2d_io.xml
3) Create an overlay node of the config folder within the apps node.
Recommended by LinkedIn
4) Navigate to the configuration file available in the apps node: /apps/fmdita/config/w2d_io.xml The w2d_io.xml file contains the following configurable parameters:
5) Save the w2d_io.xml file.
6) After configuring the required parameters in the w2d_io.xml file, log into AEM and open the Assets UI.
7) Navigate to the input folder location (wordtodita).
8) Upload the source Word documents into this folder. For information on uploading content on DAM.
Using the block, you can define one or multiple blocks of configurations for conversion. The conversion workflow gets executed and the final output in the form of a DITA topic is saved in the location specified in the <output> element.
Screen shot of /apps/fmdita/config/w2d_io.xml on my local AEM Author