Open SergioHdzReyes opened 7 years ago
I have this error when i want to print a base64 pdf within an iframe:
NS_ERROR_XPC_SECURITY_MANAGER_VETO: Security Manager vetoed action arg 0 [jsPrintSetup.printWindow]
Can you provide sample code that reproduce the problem?
it is a Mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=911444
I actually made it work by creating wrap and creting with the PDF inside of it and calling printWindow() on the wrapping .
I have this error when i want to print a base64 pdf within an iframe:
NS_ERROR_XPC_SECURITY_MANAGER_VETO: Security Manager vetoed action arg 0 [jsPrintSetup.printWindow]