Roy MacLean wrote: > > I have a requirement to generate many (100+) separate single-topic PDFs > from a DITA map (so that they can be drip-fed to a client). > > Do you think it’s possible that this could be implemented by me as a > macro within XXE?
No, I don't think so and this, because process commands such as dita.toPSFile (which would be at the heart of the macro you describe) operate only on the document being edited. > > If not, I suppose it would have to be an external script invoking ditac > directly. > You could also invoke command-line tool convertdoc instead of ditac from this external script. See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/convertdoc.html Convertdoc is much slower than ditac but has the advantage of being self-contained and of being included in all copies of XMLmind XML Editor Professional Edition. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

