Peter Wone
Peter Wone
I can't think of a single use case in which fetch is functionally superior to XHR. Unfortunately I can think of numerous cases in which it is less functional.
The same error is reported by the `BasicConverter` under the same conditions.
I've abandoned wkhtmltopdf in favour of Chrome based solutions. Similar concept but using the debugging protocol to control headless Chrome. The wrappers aren't as mature but the handling of CSS...
I've not written an Azure function but if you're using wkhtmltopdf that implies you can at least load a DLL. An exe might not work directly in an Azure function...
Oh where to begin... 1. There's missing behaviour in `public static void MeasureImageSize` in CssLayoutEngine.cs which handles px and percentage and just doesn't bother with anything else. 3. Centimetre and...
I'm interested in being involved too. I use this renderer in web services so I can use HTML as a printer language for labels because RenderGdiPlus can render straight to...
There are a number of PRs outstanding. Most of them are trivial but worthwhile. Once you get that sorted, image scaling is totally broken. My first thought was that I...
CssBoxFrame.cs scales the image in DrawImage at line 494. ``` private void DrawImage(RGraphics g, RPoint offset, RRect rect) { if (_imageWord.Image != null) { if (rect.Width > 0 && rect.Height...
RGraphics is a wrapper. On WinForms it _has_ a Graphics object. The library has a plugin architecture. To allow him to swap WinForms, WPF or PDF rendering primitives he uses...
> Still testing... Looks like it's specific to Windows/LF combination. > Tried reproducing the issue in a Codespaces VM, and works fine with LF/CRLF. Does this mean that if I...