• PDF manager editor appending P tag

    Hi All, When I creating a PDF template the editor appending unwanted <P> with Smarty tags. How can I remove this unwanted P tags from the pdf template ? Please help me find a solution
  • How to list the records of custom module in PDF Manager ?

    Hi All, How to list the records of a custom module in PDF Manager. I need to create pdf template for a custom module I apply the following code to list the record of ' MY001_MYMODULE' in a pdf template. {foreach from=$MY001_MYMODULE item="bundle"} {$bundle…
  • How to generate a quote pdf programmatically

    Hi, I use SugarCRM 7.6 Pro and I want to generate a PDF file of a quote (or another module) with PHP code. As you can see in the below picture, what I want is to replicate the functionality of Download PDF with selected Template. I need to generate the…