Blazor.Printing
Blazor.Printing copied to clipboard
Print PDF's using Blazor
Firstly I want to thank you for your efforts and making this library. It is greatly apreciated. I am getting this error in microsoft edge version 104.0.1293.63 but not google...
I want to print from the browser immediately without a print dialog. To do this, you can start the browser in kiosk mode. For example: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" http://localhost:5000 --kiosk-printing...
@onclick="@(_ => PrintingService.Print("printable-form", PrintType.Html))" ``` html code.. ``` I want to print this picture.  However, when printed, it comes out like this: 
Hello, in this PR I added support for the new print type of Print.js, `raw-html` which was missing from this library.
Hi the Blazor.Print works well in an pure Blazor App. I am adding Blazor to an existing MVC / Rzor pages Project. When calling PrintingService.Print in an Razor component and...
Tested afterprint function - works unless printing via PrintingService
Hello, if i try to print my PDF, i get the error, that the printJS was not found. `blazor.server.js:1 [2023-06-29T10:25:53.508Z] Error: Microsoft.JSInterop.JSException: printJS is not defined ReferenceError: printJS is not...
I am using this tool in a Web Assembly PWA and I have it printing from html but now I want to be able to give a file a default...
I currently cannot determine when user click Print or Cancle the printing progress , could you please help me
See issue https://github.com/crabbly/Print.js/issues/534 for explanation. This PR implements a workaround mentioned in the issue, it needs to be tested more though.