Hi Baxter,

On Dec 19, 3:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Like the title says, I'd like to output a word-friendly format.
> Obviously plain text is trivial, but I'd like to have a doc or at
> least rtf format. Can anyone point me in the right direction?

I've been messing around with OOXML and came up with this:
http://code.djangoproject.com/wiki/NewformsHOWTO#Q:Okay.Thisisatrickyone.NotsureifyoullbeabletohelpbutdoyouknowhowtogenerateaDOCXorODFfilefromintheadmin
(http://tinyurl.com/28w3t3)

I basically render a load of XML and zip it and any binaries into a
docx (works with odf as well, hippie).

You'll need to learn yourself some OOXML but, yu know, it's an open
standard so you can download the specs. Editing the templates is a
fiddle but that's why God (aka Bram Moolenaar) invented Vim.

I've been using this method for a while and it's worked really well
for me.

Regards,

Felix
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to