compatibility with win 7
Last version compatible with win 7 is 2026.5.0
with version 2026.8.0
QuestPDF.Drawing.Exceptions.InitializationException TargetSite: Void ThrowNativeDependencyLoadException() Message: The QuestPDF library has encountered an issue while loading one of its dependencies.
QuestPDF's native components could not be loaded, and the exact cause could not be determined automatically. These components are shipped with the QuestPDF NuGet package under the 'runtimes/win-x86/native' folder and must be present in your application's output or publish directory.
To resolve this issue, please: 1) confirm that the 'runtimes/win-x86/native' folder is included in your build output (this can be missing in single-file or trimmed publishes), 2) when publishing for a specific runtime (a self-contained publish or 'dotnet publish -r '), make sure the RuntimeIdentifier matches the machine you deploy to rather than the machine you build on — for example 'win-x86' for this environment, 'linux-musl-x64' for Alpine Linux, or 'osx-arm64' for Apple Silicon; for a framework-dependent deployment, prefer not pinning a RID at build time so that every 'runtimes/{rid}/native' folder is preserved and resolved by the .NET runtime, 3) verify that no antivirus or security policy is blocking the native files from being loaded. Data:
HelpLink: null Source: QuestPDF HResult: -2146233088 StackTrace: at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.ThrowNativeDependencyLoadException() at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.EnsureNativeDependencyIsAvailable() at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.Test() at QuestPDF.Skia.SkNativeDependencyCompatibilityChecker.Test() at QuestPDF.Settings..cctor()
System.DllNotFoundException Message: Unable to load DLL 'QuestPdfSkia' or one of its dependencies: Não foi possível encontrar o procedimento especificado. (0x8007007F) TypeName:
TargetSite: Int32 questpdf_skia_get_compatibility_version() Data:
HelpLink: null Source: QuestPDF HResult: -2146233052 StackTrace: at QuestPDF.Skia.SkNativeDependencyCompatibilityChecker.API.questpdf_skia_get_compatibility_version() at QuestPDF.Skia.SkNativeDependencyCompatibilityChecker.ExecuteNativeCode() at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.GetExceptionThrownWhenInvokingNativeCode()
Source: QuestPDF/QuestPDF