I would like to know if there is a way to remove these subtitles from print-JS
I'm doing the same way as this example but I would like to remove this information( page-number, date/time, Document, about:srcdoc):
https://stackblitz.com/edit/angular-download-image-example-uw6xcq?file=src%2Fapp%2Fapp.component.ts
tried adding documentTitle: null or documentTitle: ' ' didn't work