oxygenxml / dita-ot-css-pdf

Plugin that converts DITA Maps to PDF using CSS 3 stylesheets.
Apache License 2.0
17 stars 8 forks source link

Generating a single-page HTML? #6

Closed zopyx closed 9 years ago

zopyx commented 9 years ago

I know that dita-css creates somewhere and somehow a single-page HTML as input for an external CSS Paged Media converter. Is it possible to get hold of this file as part of the conversion process?

raducoravu commented 9 years ago

Actually this transform reused most of the standard PDF transform which creates a single merged DITA Map in which topic references have been replaced by the topic content. So the CSSs style directly the DITA content and not XHTML output received from DITA content. Indeed it is possible to construct a plugin to style XHTML content and obtain PDF from that.