Hi there,
I have been testing InDesign CS6 Server for a while and still have one, unanswered question that I just couldn't find on the web.
IDML to PDF file export works just fine without any additional properties (just with the use of Adobe default presets).
I was wondering - is it possible to generate HTML file from IDML and have the same or similar output as PDF? I mean - standard generated HTML file is way too messy and we wont be able to work on this in the future.
I use jsx configuration file with this line for exporting to HTML:
doc.exportFile(ExportFormat.HTML, tgtFile);
Kind regards!