WeasyPrint-netcore icon indicating copy to clipboard operation
WeasyPrint-netcore copied to clipboard

WeasyPrint Wrapper for .Net on Windows

Results 8 WeasyPrint-netcore issues
Sort by recently updated
recently updated
newest added

Thank you for creating this wrapper. It works well in my local dev env (Windows), but when I deploy it in a Linux container it fails on UnauthorizedAccessException: ``` System.UnauthorizedAccessException:...

Hi! I would like to ask, if it is possible to update the packaged WeasyPrint of the nuget package to the latest version (v59.0), because the current version is more...

first of all, thanks a lot for this .net wrapper, very handy to use. I tried to test it from a winform application, it shows up a black command line...

I get this error when attempting to create a PDF from inside of IIS 10, Windows Server 2019 using (WeasyPrintClient client = new WeasyPrintClient()) { // doc is html string...

Hello, This isn't really an issue with the package itself but more of a question to see if anyone else has had this problem. I've added this package to a...

I keep on getting this error below when i import weasyprint in my django project, when i try to run using windows IIS. attribute error at / '_io.stringio' object has...

On Windows Server 2019 running on Azure. All files exist after run in the roaming folder - Same issue exists running as admin. I'm guessing its some kind of environment...

Hi, How can we use Absolute url in C# to generate a pdf?