QuestPDF / QuestPDF

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, exports, etc.
https://www.questpdf.com
Other
11.64k stars 604 forks source link

QuestPDFSkia DLL is not detected as a dependency. #856

Open JohnnyCannatella opened 5 months ago

JohnnyCannatella commented 5 months ago

Describe the bug There is an issue with the questPDF library where the dependency on the QuestPDFSkia DLL is not recognized. I had to manually download the DLL from the GitHub project and include it in the project to resolve the issue.

To Reproduce Steps to reproduce the behavior:

  1. Set up a project with the questPDF library.
  2. Run the project.
  3. Observe that the QuestPDFSkia DLL is not detected as a dependency.

Expected behavior

  1. The QuestPDFSkia DLL should be automatically detected and loaded as part of the questPDF library dependencies.

Environment QuestPDF version: 2024.1.3 Operating system: [Windows, x64, Arm64]

MarcinZiabek commented 4 months ago

Thank you for reporting this issue 😄

Would you please create a repository with a minimal example? Also, please clarify what version is used (2024.1.3 does not exist) and which operating system it uses.

Please note that: 1) Windows arm64 is not supported at this moment 2) Windows x64 requires the solution to target the x64 platform, instead of x86 or AnyCPU)

However, you mentioned that copying the dll file fixed the issue. Would you please share what file exactly you used (from which repository folder) and where it was copied to?