1) Customize Fonts in default PDF of SugarCRM
- copy and Edit custom/modules/Quotes/sugarpdf/sugarpdf.quotes.php
- add html tag for font.
- like '<b>'.value.'</b>' for bold
- '<u>'.value.'</u>' for underline
- '<i>'.value.'</i>'
- For Example you want to change for quote number :
2.(For Value) : $quote[0]['VALUE']['value'] = '<u><b><i>'.format_number_display($this->bean->quote_num,$this->bean->system_id).'</i></b></u>';
Output :
2) Customize Layout Using TcPDF :
Code : coming soon