Hi :)
Hopefully this has a good link?
http://wiki.documentfoundation.org/Documentation#Other_Documentation_and_Resources

Regards from
Tom :)



________________________________
From: Alberto <alberto....@gmail.com>
To: users@global.libreoffice.org
Sent: Wed, 3 August, 2011 17:36:05
Subject: [libreoffice-users] How can be a property update from python?

Hi everybody,

I want to set a custom property (like "AuthorLastName") in a document
before saving it as PDF.

This in python (I want to generate the document as part of a larger script).

I managed to update the fields using:
dispatcher.executeDispatch(frame, ".uno:UpdateAll", "", 0, ())

I cannot find hot to change a property, this:
dispatcher.executeDispatch(frame, ".uno:SetDocumentProperties", "", 0,
properties)
Opens the property view, which is not what I want.

Where can I find some documentation about this?
Many thanks,
Alberto

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to