Im trying to fetch document properties like author, creation date, application that created it, etc, from a document or template stored in the filesystem that arent loaded, to get the templates from the filesystem im using this class <a href="http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/doctempl.hxx">http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/doctempl.hxx</a>, is it posible to extend it to get what i need???<br>
<br>I also found that theres a uno component to do that for loaded documents call XDocumentProperties <a href="http://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XDocumentProperties.html">http://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XDocumentProperties.html</a>, is it possible to use that one??? or theres another alternative???<br>
<br>Thanks<br>