[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: RTF writer library?
- From: Dirk Laurie <dpl@...>
- Date: Mon, 30 May 2011 09:45:37 +0200
On Mon, May 30, 2011 at 01:35:50AM +0200, David Given wrote:
> I know this is a long shot, but does anyone have a library for writing
> RTF files from Lua? In particular, one that gets all the horrific style
> sheet / list table mess right? It turns out that RTF is less trivial to
> write than you might think...
Define the input as Lua strings containing Markdown, HTML or LaTeX,
and convert it to RTF by calling Pandoc from a Lua script!
Dirk