-
**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);…
-
Is it possible to get a PDF from a 3rd party source and append it to the one I generate with QuestPDF using Quest PDF?
-
**Describe the bug**
Hello Marcin, at first I want to say thank you for the excellent library! The Fluent way of writing the layout is really great and I achieve what I wanted in just a few hours. Do…
-
I have been trying to make a watermark, but never success. Is there any way to go about it?
-
Chinese. Net development asks whether you will do the function of PDF to word and excel in the future.
I think this should also be the concern of other regions。
Yesterday, I released videos and …
-
**Description**
After upgrading from v2.80.4-preview.9 to v2.88.0, I am now getting an uncatchable `AccessViolationException` in the finalizer thread, as described in the comment to #1817.
**Cod…
-
Hey there!
I know that official SVG support is still under consideration.
But would there be a workaround possible (using one of the available SkiaSharp addons) to hook up the SVG placement with Q…
Ducki updated
2 years ago
-
I really like QuestPDF, thank you for the work! The [API doc page](https://www.questpdf.com/documentation/patterns-and-practices.html#document-metadata) shows DocumentMetadata, but doesn't show how to…
-
Calling `.Text(null)` will cause a `NullReferenceException`.
It should treat it as an empty string, or not render anything out.
**ConsoleApp1.csproj**:
```xml
Exe
net6.0
…
-
public class InvoiceDocument : IDocument
{
/* code omitted */
void ComposeTable(IContainer container)
{
container.Table(table =>
{
// step 1
…