<config evaluator="string-compare" condition="FTP Server">
<serverEnable enabled="true" />
<port> xx</port> < !—si non précisé, port 21 par défaut
<rootDirectory>/Alfresco</rootDirectory>
<charSet> UTF-8</charSet>
</config>
<bean id="extracter.Office" class="org.alfresco.repo.content.metadata.OpenOfficeMetadataExtracter" parent="baseMetadataExtracter">
<property name="connection">
<ref bean="openOfficeConnection"/>
</property>
<property name="supportedMimetypes">
<list>
<value>application/msword</value>
<value>application/vnd.excel</value>
<value>application/vnd.powerpoint</value>
</list>
</property>
</bean>
<bean id="extracter.Pdfbox" class="org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter" parent="baseMetadataExtracter">
</bean>
- les métadonnées dites "classiques" (dublincore = titre, auteur, date de creation, description etc …) sont extraites automatiquement des documents de format courant. Pour une extraction plus personnalisée, il faudra créer soi-même une classe java d'extraction personnalisée.
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.