-
The link for the example at https://github.com/pablopioli/Blazor-QuestPDF is deader than dillinger.
-
**Describe the bug**
I've got a simple code that generates a PDF. You can take any example you'd like. When I run it within my WSL, the font sizes are smaller, than when I run the code on an actual…
-
similar iTextSharp,I am currently using QuestPDF,But I need to merge PDF and add watermark,Is there any method available now?
thanks
-
We started using Quest PDF instead of the old tools we used for a new reporting service but we ran into an issue where we need to generate ITF 14 Barcodes. Sadly currently, I do not see a way to do th…
-
I am trying to create a bullet unordered list that contains a hyperlink. I can create a hyperlink and a bullet item, but not together.
This is the code I am trying:
```
Document.Create(container …
-
**Is your feature request related to a problem? Please describe.**
I wanted to compare my current pdf generation setup (feed a html string into DinkToPdf_netcore) to QuestPDF results. I love how easy…
-
**Describe the bug**
On IDocument.CreatePdf(string) a TypeInitializationException is thrown on my Apple M1 (Pro)
**To Reproduce**
```csharp
using QuestPDF.Fluent;
using QuestPDF.Helpers;
using…
-
If the labels are long enough, the text goes behind the Donut.
![image](https://user-images.githubusercontent.com/5575429/69949559-a700bb80-14e9-11ea-90e4-6a064aa2ea57.png)
Is it possible for the te…
-
First off - such an amazing project. The code and documentation is top-notch - kudos. The JetBrains webinar really showed off so much!
I need superscript for a current project and noticed there wa…
-
**Describe the bug**
I'm migrating the code to the new latest version, that had some methods marked has obsolete, in a Xamarin.Forms project.
Register a font `FontManager.RegisterFont(fontstream);…