-
It would be fine, if you would sign your assemblies with a strong name. All our assemblies are signed with a strong name and we cannot use your assemblies without signing it with our own certificate. …
-
Hello,
I use the following code to load SVG image and set it to fit the container size.
```
row.RelativeItem().DebugArea().Column(column =>
{
column.Item().Height(40, Unit.Point).Svg(SvgI…
-
TBD
https://source.chromium.org/chromium/chromium/src/+/main:third_party/skia/src/svg/SkSVGCanvas.cpp
-
Unless I'm missing something, it appears that this library doesn't support generation of tagged PDF documents. This feature is important for accessibility. Is this already on the project roadmap? Note…
-
**Describe the bug**
In my Blazor Server application, I am displaying a field with a template as follows:
```
SalesContract = "This is a sales contract. Please read carefully." +
"…
-
**Is your feature request related to a problem? Please describe.**
Is it at the moment possible to have multiple text columns with wrapped text?
See screenshot in additional context.
**Describe a…
-
**Is your feature request related to a problem? Please describe.**
We have a more complex design of a products table. This includes extra headers and rows with extra services belonging to a product.
…
-
Most of the time, customers want to recreate an existing form. For example
![image](https://user-images.githubusercontent.com/1304943/236676833-2b797adf-3ee9-4094-961e-cd90fe522130.png)
-
Thanks for QuestPDF! Its a great library. We are evaluating it for possible use in our dev team.
I did want to share this bug I found:
I have a multi-column table and the header displays colum…
-
**Describe the solution you'd like**
When creating a row there is an option to specify the columns's width as relative items taking a unitless parameter that serves as a proportional unit.
```c#
co…