Re: postscript

2005-11-03 Thread Christoph Reck
If you want to be flexible in generating PDF or PostScript, you might want to consider using FOP: http://xml.apache.org/fop/ Especially http://xmlgraphics.apache.org/fop/trunk/running.html And the specification at http://www.w3.org/TR/xsl/slice6.html#fo-section Otherwise you can generate

Re: postscript

2005-11-03 Thread E.R. van Es
Sure, I generate postscript files with velocity too, only not from xml. First of all you must know hwo to write postscript yourself, you can download the language reference from adobe: http://www.adobe.com/products/postscript/pdfs/PLRM.pdf This is the complete postscript language reference

postscript

2005-11-02 Thread Michael Mitchell
Hello, I'm trying to use velocity to generate postscript from xml. Does anyone have an example template or reference material. Thanks in advanced, --Michael