Hi guys
I followed the wiki, and enabled the pdf2swf in the config file.
Also installed the converter, using macports, and it installed itself and the libraries. However when I want to preview a PDF, it doesnt work, all I get is the following empty screen:

Here is the code for your reference:
Any help with this?
And how can I enable preview of word/excel files and jpeg pictures?
Thanks
I followed the wiki, and enabled the pdf2swf in the config file.
Also installed the converter, using macports, and it installed itself and the libraries. However when I want to preview a PDF, it doesnt work, all I get is the following empty screen:

Here is the code for your reference:
Code: Select all
I checked the directory and the pdf2swf file is there. # Default configuration values
#
# repository.config=repository.xml
# repository.home=repository
# system.user=system
# default.user.role=UserRol
# default.admin.role=AdminRol
# principal.adapter=es.git.openkm.core.UsersRolesPrincipalAdapter
max.file.size=500
# max.search.results=25
# system.demo=off
# update.info=off
# system.ocr=/usr/bin/tesseract
# system.openoffice=on
system.pdf2swf=/opt/local/bin/pdf2swf
# system.readonly=off
# system.antivir=/usr/bin/clamscan
restrict.file.mime=off
restrict.file.extension=*~,*.bak,._*
principal.adapter=es.git.openkm.principal.LdapPrincipalAdapter
principal.ldap.server=ldap://zimbra.foobarite.local
principal.ldap.security.principal=cn=config
principal.ldap.security.credentials=xxxxx
principal.ldap.user.search.base=ou=people,dc=foobarite,dc=com
principal.ldap.user.search.filter=(objectClass=posixAccount)
principal.ldap.user.atribute=uid
principal.ldap.role.search.base=ou=groups,dc=foobarite,dc=com
principal.ldap.role.search.filter=(objectClass=posixGroup)
principal.ldap.role.atribute=cn
principal.ldap.mail.search.base=cn={0},ou=people,dc=foobarite,dc=com
principal.ldap.mail.search.filter=(objectClass=organizationalPerson)
principal.ldap.mail.atribute=zimbraMailDeliveryAddress
system.login.lowercase=on
Any help with this?
And how can I enable preview of word/excel files and jpeg pictures?
Thanks