On Mon, 2006-01-30 at 11:05 +0000, Noah Slater wrote: >> >> Can anybody tell me how can I export my wiki pages in Trac into PDF? >> > > This is a possible solution: > > * Convert the raw wiki syntax / HTML to DocBook > * Use DocBook XSL to convert to FO > * Use PassiveTex / xmlroff to convert the FO to PDF > * Use dblatex / db2latex to convert the DocBook to DVI / PS / PDF directly > > That, or you could find a HTML -> PDF converter. >
If you don't need batch conversion, a browser printing to a PDF printer might do the trick. Ideally, there'd be a plugin that used ReportLab or something that rendered the Wiki syntax directly into PDF. I probably won't be writing that, though, and I don't know how much work it would be to implement. -- Rob Hunter _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
