Quotes PDF

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krishnapriya
    Senior Member
    • Aug 2017
    • 209

    Quotes PDF

    Hello,

    How can we add something

    1. At the bottom of the first pdf page (like margin-50px from bottom- not footer)
    2. At the beginning of second pdf page.
    3. How to change the pdf download location.

    Please help.

    Thanks.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    EspoCRM uses TCPDF. Create own entryPoint and build the pdf as you need

    Comment

    • krishnapriya
      Senior Member
      • Aug 2017
      • 209

      #3
      Hi,

      Is it possible call service method buildFromTemplate() from a repository file?

      $this->getContainer()->get('serviceFactory')->create('Pdf')->buildFromTemplate().

      Please help.

      Thanks.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        is getContainer() available in your repository file()?
        EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.

        Comment


        • krishnapriya
          krishnapriya commented
          Editing a comment
          No Tanya, I didn't know how to add container into the repository file. Thanks for the help.

          I will try like that.
      Working...