Blazor.Printing icon indicating copy to clipboard operation
Blazor.Printing copied to clipboard

Print PDF's using Blazor

Results 14 Blazor.Printing issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot_1](https://user-images.githubusercontent.com/24710971/180914456-12ed5941-a63b-42c8-b5e8-b2655e0048a0.png) However, when printed, it comes out like this: ![image](https://user-images.githubusercontent.com/24710971/180916664-7a57e355-57cf-41d5-becc-78b859c84c7b.png)

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...

invalid

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...

enhancement
Issue in base library

I currently cannot determine when user click Print or Cancle the printing progress , could you please help me

enhancement

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.