Reputation: 9
I'm using the ngx-print module in my Angular application to print a PDF. However, when I try to view the PDF, it displays "about:blank" before loading the content. Additionally, this text appears on the printed PDF as well.
<button ngxPrint printSectionId="pdfContainer">Print</button>
Upvotes: 0
Views: 22