Skip to content

Commit 023387c

Browse files
author
Barry de Graaff
authored
remove wkhtmltpdf
Initially there was a Zimbra 9 version of Nextcloud Zimlet that saved emails as PDF. But it was decided to port the Zimbra X version to Zimbra 9. That version does not support saving as pdf. Removing it from the README.
1 parent 932945f commit 023387c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,6 @@ Also on Nextcloud assuming it run on Apache you must add:
1212
RewriteCond %{HTTP:Authorization} ^(.*)
1313
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
1414

15-
On Zimbra 9 you need to install wkhtmltopdf be sure to use it from https://wkhtmltopdf.org/downloads.html and not from CentOS repo (unless you also want to have an X server on your mailbox server)
16-
17-
#CentOS 7
18-
yum install xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi libjpeg libXrender libXext libX11 fontconfig
19-
rpm -i https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
20-
ln -s /usr/local/bin/wkhtmltopdf /bin/wkhtmltopdf
21-
22-
#Ubuntu 18
23-
apt install xfonts-base xfonts-75dpi libssl1.1 libpng16-16
24-
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb
25-
dpkg -i wkhtmltox_0.12.1.4-2.bionic_amd64.deb
26-
ln -s /usr/local/bin/wkhtmltopdf /bin/wkhtmltopdf
27-
28-
Other operating systems: https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6-1
29-
3015
You need to compile and install the nextcloud extension jar on the mailbox server. Suggested install location /opt/zimbra/lib/ext/nextcloud/ and restart mailbox afterwards. You also need to deploy the Zimlet using Zimlet-CLI.
3116

3217
## Owh no it is realllly slow

0 commit comments

Comments
 (0)