experience when printing with PDFGenerator

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
wesmccane
New Member
New Member
Posts: 1
Joined: Tue May 09, 2023 2:26 am

experience when printing with PDFGenerator

Post by wesmccane »

Hi, I just want to print the content of a page, no title, no menu but don't know how to do it? Can anyone guide me?
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1627
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: experience when printing with PDFGenerator

Post by DIGI3 »

I'm not too familiar with the module, but typically you would do this with css:

@media print {
.no-print {display: none;}
}

Then add the no-print class to whatever you want hidden. You can also do the opposite, set * to display:none then add a .printable class to display:block.
Not getting the answer you need? CMSMS support options
Post Reply

Return to “Modules/Add-Ons”