TCPDF library is now a requirement to download
This commit is contained in:
parent
6481cf646a
commit
bf48d8890d
377 changed files with 15 additions and 138242 deletions
|
@ -45,7 +45,9 @@ your web server's document root or your public HTML directory:
|
|||
|
||||
mv suitedesk-version/* suitedesk-version/.htaccess /var/www/html
|
||||
|
||||
### 2. Download PDF tool
|
||||
### 2. Download PDF tools
|
||||
|
||||
**wkhtmltopdf support**
|
||||
|
||||
The print PDF module requires the use of an external PDF generation tool. The
|
||||
currently supported is *wkhtmltopdf*. To install follow the next steps:
|
||||
|
@ -59,6 +61,18 @@ currently supported is *wkhtmltopdf*. To install follow the next steps:
|
|||
also place a symbolic link to the executable.
|
||||
3. Check https://wkhtmltopdf.org/usage/wkhtmltopdf.txt for further information.
|
||||
|
||||
**TCPDF support**
|
||||
|
||||
Used by the invoices module. This module requires TCPDF >= 6.2.000.
|
||||
|
||||
1. Download TCPDF from http://sourceforge.net/projects/tcpdf.
|
||||
2. Extract the contents of the downloaded package into the `libraries`
|
||||
directory. There is no need to modify the `config/tcpdf_config.php` file, as
|
||||
the module self-configures TCPDF.
|
||||
3. Grant write access to the `cache` and `images` directories to your webserver
|
||||
user.
|
||||
4. Check http://tcpdf.sourceforge.net for further information.
|
||||
|
||||
### 3. Download HTML Purifier library
|
||||
|
||||
Make sure you check *HTML Purifier* and make sure that you have fulfilled all of
|
||||
|
|
Reference in a new issue