About Askemos · design notes · documentation · news · download · On CD · thanks · forum · support

TextFormattingSystem

Software, to put text on a sequence of sheets of paper. To some extend visual rendering systems might count as the same.

See also the jade DSSSL engine, which produces actually only input to various TextFormattingSystem's.

Notes on useable systems

pdfxmltex + passivetex

pdfxmltex can be used as backend formatter

<output xmlns="http://www.askemos.org/2000/CoreAPI"
        media-type="application/pdf"
        method="x-pdfxmltex>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
 ...
 </fo:root>
</output>
xmlroff

Xmlroff

is supported as the (intented) primary means to produce [[PDF]] from [[XSL]]-[[FO]],
though it's not yet widely used, while the historical alternatives are.
To render an fo element by xmlroff, return an output
element enclosing the [[FO]] element like this:
<output xmlns="http://www.askemos.org/2000/CoreAPI"
        media-type="application/pdf"
        method="x-xmlroff>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
 ...
 </fo:root>
</output>

Note: using xmlroff is slow even for small pages (furthermore, for the sake of security, such a huge amount of unsafe code (written in C) is better beeing run as an unpriviliged user, which deters performance even more), so don't stress it too heavily. PDF files from xmlroff (of version 0.2.4) are huuuge and too many features are missing.

CSS
CSS a [[W3C]] standard, supported by many browsers. there's a command line tool css2xslfo (java) which produces decent PDF - TODO that should get support here.
TeX / LaTeX
TeX / [[LaTeX]] Supported yet completed. See cpan. http://www.tei-c.org.uk/Software/passivetex/ forthcoming.
Lout

integrated, see lout template. Unfortunately Jeff Kinston decided not to maintain the PDF backend anymore.

Lout backend for jade http://www.multimania.com/jbn/software/oj_patch.zip

roff in it's various forms nroff, troffm, groff etc.
used by the man subsystem
htmldoc
supported see htmldoc template, fast, simple, easy to use, much less features than lout.




border
last modification: Wed, 28 Jan 2004 13:21:28 +0100
authors: jfw,
document identifier: A849640f672ed0df0958abc0712110f3c
delivered to public at Fri, 22 Aug 2008 00:19:31 +0200
short comments


rss

pdf :: context view

search



02 Aug 2008SystemRequirements
02 Aug 2008PCRE
23 Jul 2008ProjectsOnThePlate
23 Jul 2008ModuleStructure05
17 Jun 2008StorageAdaptor
17 Jun 2008NEWS
17 Jun 2008HTML
17 Jun 2008ACM
22 Mai 2008HTTP
22 Mai 2008BOSH
10 Mai 2008AskemosBibliograph
10 Mai 2008JerrysDreamAbstrac
09 Mai 2008ProgrammingLanguag
20 Apr 2008XSLT
11 Mar 2008CodingStyle
10 Mar 2008
09 Mar 2008MIMEConverter
BSD
07 Mar 2008XML
06 Mar 2008SRFI
01 Mar 2008RFC4810
01 Mar 2008RFC4998
01 Mar 2008KondratieffWerk
04 Jan 2008service-level
04 Jan 2008NameSpaceDSSSLinde
24 Jun 2004KommunikationsInfr
BOINC






Add


About Askemos · design notes · documentation · news · download · On CD · thanks · forum · support
Web Design by Schwill Dresden