I am developing a .NET application (using C#) that needs to massage some Adobe InDesign files and output their content as PDFs. I could use InDesign's scripting but the COM interfaces seem a bit cleaner for this non-interactive work.
Unfortunately, I have to guess at the semantics of InDesign's COM interfaces because I don't know where they're documented. I can't find anything on Adobe's support site.
So the question: Where do I go for semantics of InDesign's COM interfaces?
Thanks in advance, everyone.