1

I'm looking for a way to script an OpenOffice document so it would:

  • have only parts editable
  • do some magic with saving it (i'd like to save it into some generated from the entered content name)
  • be reasonably easy to implement

I've looked into this question: What is the (single) best online source for learning OpenOffice.org scripting API

and it seems helpful, however I can't find other things to be easily done.

I'd be grateful for help in this matter.

Marcin

Community
  • 1
  • 1
Marcin Cylke
  • 2,100
  • 2
  • 21
  • 40
  • I hate to say it but I think in order to meed your requirements the OpenOffice API is the easiest way. – Jay Jul 12 '10 at 20:53
  • perhaps You are familiar with some other solution that would suffice my needs, without learning new programming API? – Marcin Cylke Jul 13 '10 at 07:09

1 Answers1

0

Actually there is something that would suffice without a lot of hassle. This would be XForms, described here:

http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Writer_Guide/Using_Forms_in_Writer

This does pretty much anything I assumed it should.

Marcin Cylke
  • 2,100
  • 2
  • 21
  • 40