ngx-print icon indicating copy to clipboard operation
ngx-print copied to clipboard

remove date from header

Open mozumder0204 opened this issue 5 years ago • 3 comments

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

THANK YOU.

mozumder0204 avatar Nov 21 '19 02:11 mozumder0204

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

hope4555 avatar Nov 30 '19 18:11 hope4555

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

PRIXCORP avatar Apr 12 '23 06:04 PRIXCORP