<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] Re: ODFCanvas?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>There are excellent programs out there that convert HTML+CSS to PDF, specifically PDFreactor which we have been using to generate downloadable documents using the same rendering code with slightly tweaked stylesheets for print media. I seem to recall posting small snippets to get you started on the list recently.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris (via BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: seaside@lists.squeakfoundation.org &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Fri Apr 11 05:54:57 2008<BR>
Subject: Re: [Seaside] Re: ODFCanvas?<BR>
<BR>
Hi Stephan,<BR>
<BR>
On Fri, 11 Apr 2008 13:25:09 +0200<BR>
stephan@stack.nl wrote:<BR>
<BR>
&gt; &gt; The practical reason for this is that I will need to create some<BR>
&gt; &gt; &quot;editable&quot;, at least &quot;printable&quot; and &quot;permanently storable&quot; documents<BR>
&gt; &gt; like orders or requests for quotes.<BR>
&gt;<BR>
&gt; I'm happy generating LaTeX and processing it with pdflatex.<BR>
&gt; It is simple (at least compared to odf), fast, free, and a lot<BR>
&gt; better looking than fo based approaches.<BR>
<BR>
I agree with the advantages you mention. One of the reasons I came up<BR>
with the css2xslfo transformator is that it should result in a pretty<BR>
good WYSIWYG effect, as it would make use of the style information<BR>
I use on the site already. Whereas with LaTeX I'd have to recreate<BR>
something similar looking first.<BR>
<BR>
I admit to not knowing much about the internals, possibilities and<BR>
limitations of creating ODF files &quot;manually&quot;, but I hope that ODF<BR>
being XML based would allow me to leverage much of what is already<BR>
available. And it would be really nice to produce an editable document<BR>
by calling &quot;renderContentOn: odf&quot; instead of &quot;renderContentOn: html&quot;,<BR>
wouldn't it?<BR>
<BR>
Thanks,<BR>
s.<BR>
_______________________________________________<BR>
seaside mailing list<BR>
seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>