selemxmn / ngx-print

:printer: A plug n' play Angular (2++) library to print your stuff
MIT License
167 stars 59 forks source link

remove date from header #60

Open mozumder0204 opened 5 years ago

mozumder0204 commented 5 years ago

I want to remove date from header. Can you please guide me how i can remove the date from header.

THANK YOU.

hope4555 commented 5 years ago

I need this too i thought it could be solved by adding

@page { size: auto; margin: 0mm; } to: assets/css/print.css

and then use the css file attribute, but not working for me in angular8

PRIXCORP commented 1 year ago

Add This line Work for me , I am using Angular 11 myWindow!.document.write("");