I'm trying to print my custom React functional component (save as PDF) by using ReactToPrint package. So far everything goes fine, until I wanted to modify Footer of document in print dialog (see picture). Basically I just want to get rid of whole footer, or just to not display emphasized link. Anybody with experience doing this?
Note: It is possible to uncheck option for Footer and Header in print dialog, but I want to keep Header and hide just footer (or implement custom one and override default one)
I went through issues in github but without any success, mainly trying to pass custom CSS into component. Image with print dialog: Print dialog, with checked footer and header