PDF Maker Frequently asked questions
How can I migrate to latest Vtiger CRM version with installed PDF Maker extension ?
- (exported file can be imported via Actions, to import templates)
- Please deactivate your License key before migration.
- Disable our PDF Maker in Module Manager.
- After successful migration to latest Vtiger CRM version, our extension is disabled.
- Go to Module manager.
- Find our PDF Maker extension and enable it.
- Download our compatible release version with your Vtiger CRM version from our Download section in the E-shop or via Installer.
- Upgrade our extension using Module Manager or Installer.
- In case of some problem with license key, please contact us at: info@its4you.sk
After installation I got folowing error:
Error – mPDF requires mb_string functions. Ensure that PHP is compiled with php_mbstring.dll enabled.
PDF Maker uses MPDF as PHP class to generate PDF files from HTML. MPDF requires the mb_string module to be enabled (see http://uk.php.net/manual/en/ref.mbstring.php) which means that PHP>=4.3.0 will be required as a minimum, and PHP 4.3.0 to 4.3.3 need --enable-mbstring=all. For Windows users: Enable the extension(s) in php.ini you want to use by uncommenting the extension=php_*.dll lines in php.ini. This is done by deleting the leading ; from the extension you want to load and restart Apache. http://php.net/manual/en/install.windows.extensions.php
// change the following line from ...
;extension=php_mbstring.dll
// ... to
extension=php_mbstring.dll System requirement
Please check your PHP variables. Our recommendation is to follow page: https://it-solutions4you.com/tipstricks/vtiger-system-requirements/ or Installer System RequirementsWhat happens if I don’t renew my subscription?
Your extension will continue working without problems, but you won't get support or updates. More info: https://it-solutions4you.com/extensions/vtiger/pdf-maker/subscription/Why is membership/subscription good for me?
With membership/subscription you will have access to the latest versions of PDF Maker for all Vtiger versions 6. x, 7. x (in future 8. x, and higher). One license key works for all versions of Vtiger. If you decide to upgrade your Vtiger you can use your license key without purchasing new key.Are you going to install ssl certificate for your crm?
Please deactivate your license and after install SSL certificate activate your license key again. How to deactivate license?Can I use more fonts in PDF Maker?
We use mPDF framework as HTML to PDF convertor. mPDF supports Truetype fonts, reading and embedding directly from the .ttf font files.- Follow our manual: How to add new fonts for PDF Maker
- More info about this:
Support of Chinese characters
To display Chinase characters please provide following steps:- You need to download and install font pack from http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows (on the bottom of that page).
- Change the parameter useAdobeCJK from false to true in the following file :/modules/PDFMaker/resources/mpdf/config.php
- Manual definition is now possible with HTML Tag. http://mpdf1.com/manual/index.php?tid=356 For global definition edit config_cp.php line 130 & 139 code from GB to BIG5
If we purchase the product now, then we will receive the updates too ?
Since Vtiger 6.x release, you will buy extension with 1 Year support and updates (License is still not time-limited. You can use your license as long as you need). After 1 year you will have 3 options:- Renew license key within 90 days of expiration date, with 70% discount.
- You will use your license further, but some time later you decide that you need a renew. You can renew your license support and updates with 30% discount.
- Use your license key of PDF Maker further, but without updates and support.
When I export to PDF the export fail and I get a blank page in the browser.
Please, check the all Vtiger parameters: https://it-solutions4you.com/tipstricks/vtiger-system-requirements/ You can also try performing the following steps:- Please download following zip file: http://its4you.sk/images/extensions/PDFMaker/src/mpdf.zip
- Then go to the folder vtigerdirectory/modules/PDFMaker/resources.
- Rename folder mpdf to mpdfOLD.
- Open the zip file and copy mpdf from zip file to this folder.
- Next go to the CRM, clear browser cache and try again.
When I want Create/Edit PDF Template I get a blank page in the browser/crm area.
Please, check the all Vtiger parameters: https://it-solutions4you.com/tipstricks/vtiger-system-requirements/ You can also try performing the following steps:- Please download following zip file: http://its4you.sk/images/extensions/PDFMaker/src/ckeditor.zip
- Then go to the folder vtigerdirectory/modules/PDFMaker/resources.
- Rename folder ckeditor to ckeditorOLD.
- Open the zip file and copy ckeditor from zip file to this folder.
- Next go to the CRM, clear browser cache and try again.