-
Utilizo o BoletoNetCore já faz algum tempo, e reparei ao utilizar as versões mais recentes do QuestPDF ele não funciona adequadamente com o BoletoNetCore, disparando erros como:
System.MissingMethodE…
-
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at QuestPDF.Drawing.DocumentGenerator.g__GenerateLayoutExcep…
-
Implement PDF Generation For Schedules And Attended Events.
-
Is there a way to merge the pdf I create with other pdf documents I have already?
-
I have an exception at below when trying to use image method into the layers method. I am using **.net 8 webapi** and **docker compose**, i installed these packages:
QuestPDF - 2024.7.3
QuestPDF.Mar…
-
**Describe the bug**
Setting `QuestPdf.Settings.UseEnvironmentFonts` to `false` does not skip loading of default fonts, which can cause hard to diagnose issues.
**To Reproduce**
Set `QuestPdf.S…
-
I work on a PDF project for my employer in c# .net 4.8. All projects are signed by an snk file of the compagnie.
That means I can only include signed nugets if I'm not mistaken (feel free to contradi…
-
This is an important change in the application and needs to be planned with several methods and functions to be updated.
The idea is to extend support for more file types, even if they are not direct…
-
QuestPDF isn't supported on Android.
Options:
1. Find other PDF frameworks.
2. Remove PDF support completely and replace it with custom file format.
3. Add odt support.
4. Produce images.
-
wkhtml project has been archived end of 2023: https://wkhtmltopdf.org/status.html
possible replacements:
- [x] https://github.com/Kozea/WeasyPrint/
- [x] dotnet add package PDFsharp
- [x] dot…