How to create pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    How to create pdf

    Hello, in demo with advanced pack i saw pdf reports.
    How to create PDF report from TASK?

    I knjow that module Reports is available just in premium pack, but i want just to create PDF with some information from TASK.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

    js example - http://forum.espocrm.com/forum/devel...ist-view-howto
    entryPoint - application/Espo/EntryPoints/Pdf.php

    Comment

    • bandtank
      Active Community Member
      • Mar 2017
      • 379

      #3
      tanya Is there an example for how to use pdf.php? I don't understand what to do. I'm assuming I need to create a template, but where does it go and how is it formatted?

      Edit: I found this (https://github.com/espocrm/documenta...ting-to-pdf.md), but that doesn't help with printing to PDF in a report. Is there a guide to learn how to add "Export to PDF" or "Print to PDF" for reports?
      Last edited by bandtank; 02-21-2018, 02:28 AM.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Since the version 5.0.5 you can print pdf for many entities without developing
        - add Template tab to your tabList
        - create a Template for needed entity type (Contact for ex.).
        - clear cache, refresh the page
        - open your record (Contact) and check if you get a new dropdown action

        Comment

        • bandtank
          Active Community Member
          • Mar 2017
          • 379

          #5
          Originally posted by tanya
          Since the version 5.0.5 you can print pdf for many entities without developing
          - add Template tab to your tabList
          - create a Template for needed entity type (Contact for ex.).
          - clear cache, refresh the page
          - open your record (Contact) and check if you get a new dropdown action
          tanya Thanks. The template feature is really cool.

          Does this apply to reports? I have been exporting to XLSX and then printing the PDF from Excel. Is there a way to get the print to PDF option for a report?

          Comment

          • tanya
            Senior Member
            • Jun 2014
            • 4308

            #6
            Not for now

            Comment

            Working...