Ddoc to PDF
Walter Bright
newshound2 at digitalmars.com
Mon Oct 18 11:13:28 PDT 2010
Alix Pexton wrote:
> After a lot of thought, I have come to the conclusion that giving DDoc
> the power required to calculate layout in a way that is general enough
> to be used not only by PDF but by any other layout technology, and the
> ability to work with a flattened tree, is a non starter.
Perhaps you're right. But it strikes me as possible that a Ddoc template that
emits the text in some custom format, which is then read by a custom pdf
generator program, could work. In other words, a two step process.
More information about the Digitalmars-d
mailing list