• How do I save a PDF locally on the server?

    I have tried about a hundred times to get this tight but at best I am left with a mangled PDF (logo issues mostly) . I just want to take a PDF Manager record and turn it into a PDF and save that PDF locally on the server. I can download the PDF Manager…
  • How to download PDF from PdfManager/generate endpoint

    Version 8.3 of Sugar introduced the GET PdfManager/generate endpoint that is supposed to return and initiate a download of a PDF. I can't figure out how to get the download of the PDF to happen. Any help? Here is my code to call the endpoint: var url…
  • 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…