Just out of curiosity is there a specific reason for postscript? We use LaTex 
(tetex is the interpreter) to create large amounts of documents with TT. With 
LaTex you can create PS, PDF, HTML and DVI output easily.

Here is an example in a TT template:
[%- FILTER latex("pdf") -%]
\documentclass[12pt,letterpaper,landscape,nohead,nofoot]{report}
\usepackage{graphicx}
\begin{document}
        \begin{center}
        Hello World!
        \includegraphics[height=1.4cm]{helloworld} % PNG file called 
helloworld.png
        \end{center}
\end{document}
[%- END -%]

Not sure of your needs though... but thought I would make a suggestion.

Have fun!


On Fri, Dec 17, 2004 at 01:24:50PM +0100, Harald Kerst wrote:
> We use the TemnplateToolKit in our CMS;
> We would like to generate PS-Files (from which we will generate PDF files)
> with the data contained in our CMS database.
> 
> Does anybody have a working example for generating PS files with PS 
> templates?
> How would we include images?
> 
> We would be willing to help with the documentation for the PS templates 
> if we understand how things work.
> 
> Yours,
> Harald Kerst
> 
> _______________________________________________
> templates mailing list
> [EMAIL PROTECTED]
> http://lists.template-toolkit.org/mailman/listinfo/templates

-- 
Todd Freeman  Ext 6103                   .^.    Don't fear the penguins!
Programming Department                   /V\
Andrews University                      // \\    http://www.linux.org/
http://www.andrews.edu/~freeman/       /(   )\   http://www.debian.org/
                                        ^^ ^^

Attachment: signature.asc
Description: Digital signature

Reply via email to