> I would like to add the option for my client to download ready to print > invoices as one big doc, and am wondering what people would use to do > that. I have heard good things about the Apache POI project, but it > seems to have only Ruby bindings. Anyone have any suggestions of what > they like?
I wouldn't say that I like this, but you can use win32all to script com objects, and since both word and excel are com enabled, you can have your server open up word/excel and manipulate documents. I've done this before outside of TurboGears, and it works reasonably well. I remember some strange ideosyncracies in the word COM api, but we did get ultimately get it to work reliably. Of course, this only works if you're running on windows and you're willing to install word/excel on your server. But it does allow you the maximum possible flexibility in what documents you want to create. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---