X-Git-Url: https://git.mdrn.pl/wl2pdf.git/blobdiff_plain/268c905580d37dbf5c0fa45666575db376ce40c1..aa5c31831c1052ad02ca99ca6533bc18c6b8a3cb:/README diff --git a/README b/README index 250e23f..47b3d98 100755 --- a/README +++ b/README @@ -30,13 +30,34 @@ - Apache FOP (at least version 0.95, trunk is recommended) - - Hyphenation is done via FOP, so read a section on it in their docs. + - XSLT 2.0 processor: Saxon9 + + - Hyphenation is done via FOP, so read a section on it in their docs. + + - Some unicode-capable font, like DejaVu. + + + CONFIGURING + ----------- + + 1) Compile FOP if needed. + 2) Generate font metrics (refer to FOP Documentation on that) + 3) Make a "fop-config.xml" out of the supplied example and place it in this directory. - - Some unicode-capable font, like DejaVu. - + + RUNNING + ------- + + With Jython: + + jython wl2pdf + + With Java: + java org.lqsoft.wlml.WL2PDF - INSTALLING - ---------- + (Rember to place FOP, it's libraries and Saxon under your classpath). + + \ No newline at end of file