Sven

Results 24 comments of Sven

After looking at some more of PdfPig's code I did find that there is a current transformation matrix that's available in the stream processor that runs to build the resultant...

@EliotJones Any recent thoughts on releasing a new major version? Happy to use stable, but also keen on all the improvements made since then. Much like Dave's offer above, if...

Customizing created HTTP clients is something MSFT heavily pushed into DI-land with the use of `Microsoft.Extensions.Http`. Instead of new APIs to customize DaprClient, it might be much more beneficial if...

I narrowed this down to the PdfFormat line, where removing that line or setting it to `LibrePdfFormats.None` returns performance to normal. My guess is that it wasn't working before properly,...