I’m trying to generate a PDF report of Cases/Projects in EspoCRM with custom HTML styling.
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.
- 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.
Comment