Hi, I'm trying to transform dita to html, html help, and pdf, and I'd like to be able to do this inside of the repository with an action. My first thought is to use org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer and execute the dita-ot via the command line. However, as I understand it, that class transforms a single file into another file of a different type.
Is there another class for transforming many inputs (many dita files and images) into many outputs (a set of html, css, and image files)? Am I approaching this problem from the wrong direction or do I need to write my own class using AbstractContentTransformer(2)?
Thanks -Rich