[ad_1]
I am scratching my head wondering is there a plugin that allows you to control which content in WordPress can be is included in a PDF version, for example let’s say I have text, images, charts, is there any plugin out there that allows you to select the content on the page and generate it in a PDF Format ? Please help me, volunteering in a multi step project for blind people.
Thanks

That’s where media queries come in:
@print {
/* stuff you want to hide/change goes here */
}
More info: