QuestPDF
QuestPDF copied to clipboard
QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices...
生成的PDF文件只能支持英文,中文显示乱码
**Describe the bug** When using SkiaSharp as a dependency of QuestPDF and trying the sample, I get the following error: ``` Unhandled exception. System.TypeInitializationException: The type initializer for 'SkiaSharp.SKAbstractManagedWStream' threw...
**Describe the bug** Our app has a feature to generate a pdf file, and before the user generates a pdf file, they can also add comments to the pdf file...
When upgrading to 2022.6.1 document generation breaks on Linux (Azure app service on Linux). When started locally (on Windows) everything works fine. If I revert to old version (2022.5.0) everything...
Version: 2021.10.1 First, I want to say this popped up on my radar because of the Reddit thread that was posted: https://www.reddit.com/r/csharp/comments/ox3klz/questpdf_my_opensource_c_library_for_creating_pdf/ And it's exactly what I was looking for....
You can use the Microsoft docker images (https://hub.docker.com/_/microsoft-dotnet) with QuestPDF with minor narrowing of distro choice to Ubuntu and some apt-get/apt extra packages (part of the default repos) Just replace...
1. Text breaks to wrap after using custom style text. 2. In the case of very long text, and the text contains the space character, the text is broken with...
I upgraded a .NET Framework 4.8 / ASP.NET MVC 5 application from v2022.5.0 to v2022.6.3 this morning. This also updated SkiaSharp from 2.80.4-preview.9 to 2.88.0, and added a new reference...
This PR implements text justification. Should close #159 #25. Showcase of the result rendered with the added test `JustifiedText`:  .
Sequence contains no elements exception when producing large PDFs using release mode NuGet packages
### Discussed in https://github.com/QuestPDF/QuestPDF/discussions/298 Originally posted by **wbittlehsl** July 29, 2022 I have a process that produces PDFs using QuestPDF in .NET Core 3.1. The data that drives the process...