Christophe Peugnet

Results 18 comments of Christophe Peugnet

Wouldn't it be interesting to migrate to skiasharp?

Hello @khalifa005 I havent any merge request to accept... Retry your action and I do It ;)

Hello **Product :** SodeaSoft Planning Web **Description :** It is an application to manage the planning of the personnel. And for the management interfaces, I was inspired by the MudBlazor...

Hi, I have the same problem on Blazor WebAssembly. Everything works fine until version 2022.2.7. But from the version 2022.3.0, I have the same error : `blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled...

this could solve my problem where the menu is hidden on the top : ![image](https://user-images.githubusercontent.com/3845786/231996127-c90e8388-943b-4d60-b4f9-0d10bbc8aeb6.png)

It might be a good idea to delegate a co-owner to this project to keep it alive. No ?

Look at my approach with Blazor... I think you'll can find a solution [https://github.com/tossnet/Blazor-PdfSharpCore](https://github.com/tossnet/Blazor-PdfSharpCore)

You can inspire it with this code : ``` private static Table CreateAdvancedTable(Document document) { document.LastSection.AddParagraph("Advanced Table", "Heading2"); Table table = new(); table.Borders.Width = 0.75; Column column = table.AddColumn(Unit.FromCentimeter(3)); column.Format.Alignment...

Maybe you can found in my source a solution : [https://github.com/tossnet/Blazor-PdfSharpCore](https://github.com/tossnet/Blazor-PdfSharpCore ) the demo in the readme run in a Linux