[api-dev] undoing things in a document using python

2005-10-24 Thread Clément Varaldi (ML)
Hi, I'm working on scripts that may help me preparing a mailing using a MySQL database. It's actually already working, except that I'm doing this: 1 open a document 2 storeinto 3 replace all 4 make a pdf / html 5 close 6 goto 1 Opening/closing takes a lot of time. I'd prefer this scheme: 1

Re: [api-dev] undoing things in a document using python

2005-10-24 Thread Alexandro Colorado
On Mon, 24 Oct 2005 09:51:35 +0100, Clément Varaldi (ML) [EMAIL PROTECTED] wrote: Hi, I'm working on scripts that may help me preparing a mailing using a MySQL database. It's actually already working, except that I'm doing this: 1 open a document 2 storeinto 3 replace all 4 make a pdf /

Re: [api-dev] undoing things in a document using python

2005-10-24 Thread Clément Varaldi (ML)
Alexandro Colorado wrote: On Mon, 24 Oct 2005 09:51:35 +0100, Clément Varaldi (ML) [EMAIL PROTECTED] wrote: Hi, I'm working on scripts that may help me preparing a mailing using a MySQL database. It's actually already working, except that I'm doing this: 1 open a document 2 storeinto 3