Marcin Ziąbek
Marcin Ziąbek
@wbittlehsl I have found the root cause. This bug will be fixed in the 2022.08 release, available soon 😁
Thank you for investigating this case! I am not an expert in this domain. I have tried to analyse your example as much as I could. I don't see any...
As far as I know, HarfBuzz is capable of detecting the text direction automatically. E.g. Arabic is going to be classified as right-to-left but numbers in-between will be left-to-right. Please...
Before we rush into implementation details and how the API works, I would prefer to see an example showing: 1) what is currently returned by QuestPDF and 2) what is...
Thank you! Fixed 😁
Hello, I think that you are incorrectly utilizing the streaming capability within the asp mvc. Please try this and let me know if it works 😁 ```csharp public async Task...
> That does work, but as mentioned, I'm looking to avoid allocations by writing to an intermediate stream (the new MemoryStream allocation is the same as returning to a new...
> I suspect that it may be due to the fact that the GeneratePdf overload that writes to a stream does not do so async, and that is a requirement...
> I have been able to get around my use case by rendering to a local array; because of the size of the PDFs, I worry about allocations building up...
This is truly an interesting case, thank you for sharing this link! I am planning to read more about this concept. We also need to make sure that the core...