[Seaside] Re: ODFCanvas?

Boris Popov boris at deepcovelabs.com
Fri Apr 11 13:44:44 UTC 2008


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.
 
Cheers!

-Boris (via BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: seaside at lists.squeakfoundation.org <seaside at lists.squeakfoundation.org>
Sent: Fri Apr 11 05:54:57 2008
Subject: Re: [Seaside] Re: ODFCanvas?

Hi Stephan,

On Fri, 11 Apr 2008 13:25:09 +0200
stephan at stack.nl wrote:

> > The practical reason for this is that I will need to create some
> > "editable", at least "printable" and "permanently storable" documents
> > like orders or requests for quotes.
> 
> I'm happy generating LaTeX and processing it with pdflatex.
> It is simple (at least compared to odf), fast, free, and a lot
> better looking than fo based approaches.

I agree with the advantages you mention. One of the reasons I came up
with the css2xslfo transformator is that it should result in a pretty
good WYSIWYG effect, as it would make use of the style information
I use on the site already. Whereas with LaTeX I'd have to recreate
something similar looking first.

I admit to not knowing much about the internals, possibilities and
limitations of creating ODF files "manually", but I hope that ODF
being XML based would allow me to leverage much of what is already
available. And it would be really nice to produce an editable document
by calling "renderContentOn: odf" instead of "renderContentOn: html",
wouldn't it?

Thanks,
s.
_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080411/6697a5d0/attachment.htm


More information about the seaside mailing list