You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,6 @@ Also on Nextcloud assuming it run on Apache you must add:
12
12
RewriteCond %{HTTP:Authorization} ^(.*)
13
13
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
14
14
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)
Other operating systems: https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6-1
29
-
30
15
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.
0 commit comments