-
public class InvoiceDocument : IDocument
{
/* code omitted */
void ComposeTable(IContainer container)
{
container.Table(table =>
{
// step 1
…
-
Hi,
When running the example project it fails at document.GeneratePdf(filePath);
QuestPDF.Drawing.Exceptions.DocumentDrawingException
HResult=0x80131500
Message=An exception occured during…
-
I was implementing a PDF composer for our product. Then in the middle of implementation, When I check the result, I realized the library does not support RTL languages. And you didn't mention in the d…
-
I've included SmartEnum NuGet package in a solution I'm working on.
I attempted to create a Software Bill of Materials (SBOM) using the CycloneDX module for .NET (https://github.com/CycloneDX/cyclo…
-
Hey, we want to test that the PDF content is correctly generated from a given Document.
We've been trying to look on the byte array from an approved snapshot and comparing it to the actual content …
-
**Align the text so it will be straight in both left and right margin of the document**
Is there a way to justify the text by adjusting the space between words so it would be justified?
-
**Describe the bug**
When attempting to generate a PDF, the exception in the title is thrown.
**To Reproduce**
```cs
var document = new MyDocument();
document.GeneratePdf("mypath.pdf");
```
…
-
Hi,
Running on Visual Studio 2019, Windows 11, all latest updates.
When running the example project it fails at document.GeneratePdf(filePath);
QuestPDF.Drawing.Exceptions.DocumentDrawingExce…
-
Hello -
First off, thanks for an amazing PDF library. I've really been enjoying learning it.
I'm struggling to get an application deployed correctly, and I'm hoping it's my own lack of underst…
-
I was wondering if their was any limitations that would not make this work under .net framework 4.5 unfortunate we cannot upgrade our ep application to match the 4.7.1 requirement of quest pdf?