User Tools


Frequently Asked Questions

PDFMaker uses the mpdf library so you'll find a definitive answer at http://www.mpdf1.com/mpdf/index.php or https://discussions.vtiger.com/index.php?p=/discussion/53074/pdf-maker-own-font/p1

I've styled my pdfs with a css file referenced from each pdf template. If you can do it this will be the way.

Matt Bracewell

Yes. Just you have to download the zip from http://www.neevtech.com/vtigerpage/ and extract.

  • Inside the new folder you have to copy the script called neevdbentry.php in corebos root directory and the directory inside enterdata/themes/ inside theme corebos directory.
  • Now you have to edit the file Smarty/templates/Header.tpl and add the next line:
   {if $THEME eq 'enterdata'}      
       <script type="text/javascript" src="themes/enterdata/theme.js"></script>
   {/if}

After that you will can select this new theme from user preferences.


coreBOS Documentación