Active
Project:
Entity Print
Version:
8.x-2.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 Apr 2020 at 20:05 UTC
Updated:
10 Dec 2020 at 23:18 UTC
Jump to comment: Most recent
How or which template I have to grab to control the "View Pdf" output in my node. I don't need the whole content of the node, but only certain fields in my generated PDF. I use DOMpdf. And just editing the entity-print.html.twig doesn't seem to change anything?
What am I doing wrong.
Thnx
Comments
Comment #2
digdanlow commentedHello! Did you clear the cache after modifying the entity-print.html.twig file? It may be cached and the changes won't reflect until you clear all caches.
Comment #3
ojchris commented@digdanlow the quetion is how to get the individual fields of the content rather using the entire content so you can place the fields in the html market as you wish. The documentation mentions creating a twig template for the views mode pdf to achieve this:
I'm wondering how to achieve this for a views page.