Announcement

Collapse
No announcement yet.

Quotes PDF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment


    • #3
      Hi,

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

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

      Please help.

      Thanks.

      Comment


      • #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...
      X