elreyponce

Results 7 comments of elreyponce

> I forked it and did some fixes plus upgraded the binaries (wkhtmltopdf) to 0.12.5. I've included those in the NuGet package as well so it's a simple install. https://github.com/hakanl/DinkToPdf...

For me worked with this css adjust. ```scss ::ng-deep ngx-mat-color-canvas { .color-canvas-row { .zone-canvas { display: flex; } } } ```

I have only one instance injected as Singleton in my API, just like your example for web projects. Actually this only happens to me with Internet Information Service with more...

This is the information from a DMP file which I extracted from my application pool's windows process. ![imagen](https://github.com/HakanL/WkHtmlToPdf-DotNet/assets/31009526/cdc6eb8b-20c3-435d-8bf1-4da91f432efa) I've tried blocking the concurrency using SemaphoreSlim before the "convert" function but...

Thank for your quick responses, and for your work with this library. Is it difficult to change the "Convert" method to an asynchronous one? That is the suggestion I saw...

Ok, I'll try it. Thank you!!!

The only way I found to re-execute the html function was to place the y from the height of the document. Note: you must take into account in the formula...