Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuestPDFSkia DLL is not detected as a dependency. #856

Open
JohnnyCannatella opened this issue Apr 24, 2024 · 1 comment
Open

QuestPDFSkia DLL is not detected as a dependency. #856

JohnnyCannatella opened this issue Apr 24, 2024 · 1 comment

Comments

@JohnnyCannatella
Copy link

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
6. 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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants