Support Request: iFrame printing

Description

Hi
There is issue with printing through Chrome. It is printing all the window not just the content of iFrame.
How to configure SiteKiosk with Chrome to print just content in iFrame?

Here is how we print now:

let iframe = document.createElement('iframe');
const blob = new Blob([response], {type: 'application/pdf'});
this.iframe.src = URL.createObjectURL(blob);
this.iframe.className = 'content__bp';
this.iframeContainer.nativeElement.appendChild(this.iframe);

print() {
    this.iframe.contentWindow.print();
}
 

Answer: (1)

Re: iFrame printing 11/21/2017 10:00 AM
Hello,

I am sorry but this is not possible with using Chrome Browser skin.

You need to switch to an IE based skin (e.g. Metro IE Skin) or open a new window that you print then.

Regards,
Michael Olbrich
My Account
Login
Language (Tickets):