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
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1956,7 +1956,21 @@ To install FFMPEG in the Workspace container
1956
1956
**PS** Don't forget to install the binary in the `php-fpm` container too by applying the same steps above to its container, otherwise the you'll get an error when running the `php-ffmpeg` binary.
1957
1957
1958
1958
1959
+
<br>
1960
+
<aname="Install-wkhtmltopdf"></a>
1961
+
## Install wkhtmltopdf
1962
+
1963
+
[wkhtmltopdf](https://wkhtmltopdf.org/) is a utility for outputting a PDF from HTML
1964
+
1965
+
To install wkhtmltopdf in the Workspace container
1966
+
1967
+
1 - Open the `.env` file
1968
+
1969
+
2 - Search for the `WORKSPACE_INSTALL_WKHTMLTOPDF` argument under the Workspace Container and set it to `true`
1970
+
1971
+
3 - Re-build the container `docker-compose build workspace`
1959
1972
1973
+
**PS** Don't forget to install the binary in the `php-fpm` container too by applying the same steps above to its container, otherwise the you'll get an error when running the `wkhtmltopdf` binary.
0 commit comments