How can I make a report that does not separate each item into different pdf files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nocstaff@urbancom.net
    Member
    • Jul 2025
    • 48

    #1

    How can I make a report that does not separate each item into different pdf files

    I’m trying to generate a PDF report of Cases/Projects in EspoCRM with custom HTML styling.
    • If I use a case/project entity template, Espo generates one PDF per record and zips them.
    • If I use a report entity template, I get one file, but I can’t seem to apply my own styling — HTML either comes out as plain text or the #each iterator produces nothing.

    Is there a way to create a single styled PDF that lists multiple Cases/Projects at once? Or does this require backend changes? I added a few screenshots of some things I tried on my own.
    Attached Files
  • victor
    Active Community Member
    • Aug 2022
    • 998

    #2
    You can use your PDF template for Case and select many records in a row in List view and it will all print in one big PDF document. Just install the free extension https://github.com/yurikuzn/ext-tcpdf/releases and select Tcpdf instead of Dompdf​ in Administration > Settings > PDF Engine.

    More about this: https://docs.espocrm.com/user-guide/...f/#engines.​

    Comment

    Working...